#FAC437

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

Shades of Saffron #FAC437

Tints of Saffron #FAC437

Color information

#FAC437 (or 0xFAC437) is unknown color: approx Saffron. HEX triplet: FA, C4 and 37. RGB value is (250,196,55). Sum of RGB (Red+Green+Blue) = 250+196+55=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC437 is #053BC8. Grayscale: #C4C4C4. Windows color (decimal): -342985 or 3654906. OLE color: 3654906.

HSL color Cylindrical-coordinate representation of color #FAC437: hue angle of 43.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAC437 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB25019655-
CMYK00.220.780.02
HSL43.38º95.12%59.8%-
HSV(B)43.38º78%98.04%-
XYZ59.8560.0812.06-
YUV196.0748.39166.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 55 (21.88% from 255) = 10.98%
R=49.90%
G=39.12%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501965500.220.780.0243.3895.1259.8
HexFAC4370164E22b5f3c
Octal3723046702611625313774
Binary11111010110001001101110101101001110101010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC437; }

 p { color: rgb(250,196,55); }

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

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

 a { background-color: rgb(250,196,55); }

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

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

 span { border-color: rgb(250,196,55); }

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