#FAC435

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

Shades of Saffron #FAC435

Tints of Saffron #FAC435

Color information

#FAC435 (or 0xFAC435) is unknown color: approx Saffron. HEX triplet: FA, C4 and 35. RGB value is (250,196,53). Sum of RGB (Red+Green+Blue) = 250+196+53=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC435 is #053BCA. Grayscale: #C4C4C4. Windows color (decimal): -342987 or 3523834. OLE color: 3523834.

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

Color convert

RGB25019653-
CMYK00.220.790.02
HSL43.55º95.17%59.41%-
HSV(B)43.55º78.8%98.04%-
XYZ59.8160.0611.81-
YUV195.8447.39166.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 53 (21.09% from 255) = 10.62%
R=50.10%
G=39.28%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501965300.220.790.0243.5595.1759.41
HexFAC4350164F22c5f3b
Octal3723046502611725413773
Binary11111010110001001101010101101001111101011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC435; }

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

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

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

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

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

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

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

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