#F28655

Color #F28655 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F28655

Tints of Crusta #F28655

Color information

#F28655 (or 0xF28655) is unknown color: approx Crusta. HEX triplet: F2, 86 and 55. RGB value is (242,134,85). Sum of RGB (Red+Green+Blue) = 242+134+85=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F28655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28655 is #0D79AA. Grayscale: #A1A1A1. Windows color (decimal): -883115 or 5605106. OLE color: 5605106.

HSL color Cylindrical-coordinate representation of color #F28655: hue angle of 18.73º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F28655 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24213485-
CMYK00.450.650.05
HSL18.73º85.79%64.12%-
HSV(B)18.73º64.88%94.9%-
XYZ46.7836.5813.19-
YUV160.7185.28185.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=52.49%
G=29.07%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421348500.450.650.0518.7385.7964.12
HexF2865502D415135640
Octal362206125055101523126100
Binary11110010100001101010101010110110000011011001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28655; }

 p { color: rgb(242,134,85); }

 H1.HeaderClassName
 {
   color: #F28655;
 }
 .AnyTagClassName
 {
   color: #F28655;
 }
</style>
background-color css

<style>
 a { background-color: #F28655; }

 a { background-color: rgb(242,134,85); }

 div.DivClassName
 {
   background-color: #F28655;
 }
 .BgClassName
 {
   background-color: #F28655;
 }
</style>
border-color css

<style>
 span { border-color: #F28655; }

 span { border-color: rgb(242,134,85); }

 td.TdClassName
 {
   border-color: #F28655;
 }
 .TagClassName
 {
   border-color: #F28655;
 }
</style>