#F5884F

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

Shades of Crusta #F5884F

Tints of Crusta #F5884F

Color information

#F5884F (or 0xF5884F) is unknown color: approx Crusta. HEX triplet: F5, 88 and 4F. RGB value is (245,136,79). Sum of RGB (Red+Green+Blue) = 245+136+79=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5884F is #0A77B0. Grayscale: #A2A2A2. Windows color (decimal): -686001 or 5212405. OLE color: 5212405.

HSL color Cylindrical-coordinate representation of color #F5884F: hue angle of 20.6º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5884F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24513679-
CMYK00.440.680.04
HSL20.6º89.25%63.53%-
HSV(B)20.6º67.76%96.08%-
XYZ47.8737.5912.13-
YUV162.0981.11187.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 79 (31.25% from 255) = 17.17%
R=53.26%
G=29.57%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451367900.440.680.0420.689.2563.53
HexF5884F02C444155940
Octal365210117054104425131100
Binary11110101100010001001111010110010001001001010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5884F; }

 p { color: rgb(245,136,79); }

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

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

 a { background-color: rgb(245,136,79); }

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

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

 span { border-color: rgb(245,136,79); }

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