#F5C429

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

Shades of Saffron #F5C429

Tints of Saffron #F5C429

Color information

#F5C429 (or 0xF5C429) is unknown color: approx Saffron. HEX triplet: F5, C4 and 29. RGB value is (245,196,41). Sum of RGB (Red+Green+Blue) = 245+196+41=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C429 is #0A3BD6. Grayscale: #C1C1C1. Windows color (decimal): -670679 or 2737397. OLE color: 2737397.

HSL color Cylindrical-coordinate representation of color #F5C429: hue angle of 45.59º 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 #F5C429 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB24519641-
CMYK00.20.830.04
HSL45.59º91.07%56.08%-
HSV(B)45.59º83.27%96.08%-
XYZ57.859.0510.45-
YUV192.9842.23165.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 41 (16.41% from 255) = 8.51%
R=50.83%
G=40.66%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451964100.20.830.0445.5991.0756.08
HexF5C4290145342e5b38
Octal3653045102412345613370
Binary111101011100010010100101010010100111001011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C429; }

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

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

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

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

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

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

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

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