#FEC329

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

Shades of Saffron #FEC329

Tints of Saffron #FEC329

Color information

#FEC329 (or 0xFEC329) is unknown color: approx Saffron. HEX triplet: FE, C3 and 29. RGB value is (254,195,41). Sum of RGB (Red+Green+Blue) = 254+195+41=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC329 is #013CD6. Grayscale: #C3C3C3. Windows color (decimal): -81111 or 2737150. OLE color: 2737150.

HSL color Cylindrical-coordinate representation of color #FEC329: hue angle of 43.38º 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 #FEC329 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB25419541-
CMYK00.230.840.00
HSL43.38º99.07%57.84%-
HSV(B)43.38º83.86%99.61%-
XYZ60.7960.2610.53-
YUV195.0841.05170.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.84%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 41 (16.41% from 255) = 8.37%
R=51.84%
G=39.80%
B=8.37%

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
Decimal2541954100.230.840.0043.3899.0757.84
HexFEC3290175402b633a
Octal3763035102712405314372
Binary1111111011000011101001010111101010001010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC329; }

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

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

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

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

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

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

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

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