#FEC429

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

Shades of Saffron #FEC429

Tints of Saffron #FEC429

Color information

#FEC429 (or 0xFEC429) is unknown color: approx Saffron. HEX triplet: FE, C4 and 29. RGB value is (254,196,41). Sum of RGB (Red+Green+Blue) = 254+196+41=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC429 is #013BD6. Grayscale: #C4C4C4. Windows color (decimal): -80855 or 2737406. OLE color: 2737406.

HSL color Cylindrical-coordinate representation of color #FEC429: hue angle of 43.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEC429 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB25419641-
CMYK00.230.840.00
HSL43.66º99.07%57.84%-
HSV(B)43.66º83.86%99.61%-
XYZ61.0160.7110.6-
YUV195.6740.72169.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 41 (16.41% from 255) = 8.35%
R=51.73%
G=39.92%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541964100.230.840.0043.6699.0757.84
HexFEC4290175402c633a
Octal3763045102712405414372
Binary1111111011000100101001010111101010001011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC429; }

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

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

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

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

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

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

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

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