#F5855E

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

Shades of Crusta #F5855E

Tints of Crusta #F5855E

Color information

#F5855E (or 0xF5855E) is unknown color: approx Crusta. HEX triplet: F5, 85 and 5E. RGB value is (245,133,94). Sum of RGB (Red+Green+Blue) = 245+133+94=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5855E is #0A7AA1. Grayscale: #A2A2A2. Windows color (decimal): -686754 or 6194677. OLE color: 6194677.

HSL color Cylindrical-coordinate representation of color #F5855E: hue angle of 15.5º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5855E is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24513394-
CMYK00.460.620.04
HSL15.5º88.3%66.47%-
HSV(B)15.5º61.63%96.08%-
XYZ48.063715.2-
YUV162.0489.61187.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=51.91%
G=28.18%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451339400.460.620.0415.588.366.47
HexF5855E02E3E4f5842
Octal36520513605676417130102
Binary111101011000010110111100101110111110100111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5855E; }

 p { color: rgb(245,133,94); }

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

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

 a { background-color: rgb(245,133,94); }

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

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

 span { border-color: rgb(245,133,94); }

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