#F5C029

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

Shades of Saffron #F5C029

Tints of Saffron #F5C029

Color information

#F5C029 (or 0xF5C029) is unknown color: approx Saffron. HEX triplet: F5, C0 and 29. RGB value is (245,192,41). Sum of RGB (Red+Green+Blue) = 245+192+41=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C029 is #0A3FD6. Grayscale: #BFBFBF. Windows color (decimal): -671703 or 2736373. OLE color: 2736373.

HSL color Cylindrical-coordinate representation of color #F5C029: hue angle of 44.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5C029 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB24519241-
CMYK00.220.830.04
HSL44.41º91.07%56.08%-
HSV(B)44.41º83.27%96.08%-
XYZ56.9157.2710.15-
YUV190.6343.56166.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 41 (16.41% from 255) = 8.58%
R=51.26%
G=40.17%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451924100.220.830.0444.4191.0756.08
HexF5C0290165342c5b38
Octal3653005102612345413370
Binary111101011100000010100101011010100111001011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C029; }

 p { color: rgb(245,192,41); }

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

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

 a { background-color: rgb(245,192,41); }

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

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

 span { border-color: rgb(245,192,41); }

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