#FDC029

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

Shades of Saffron #FDC029

Tints of Saffron #FDC029

Color information

#FDC029 (or 0xFDC029) is unknown color: approx Saffron. HEX triplet: FD, C0 and 29. RGB value is (253,192,41). Sum of RGB (Red+Green+Blue) = 253+192+41=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC029 is #023FD6. Grayscale: #C1C1C1. Windows color (decimal): -147415 or 2736381. OLE color: 2736381.

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

Color convert

RGB25319241-
CMYK00.240.840.01
HSL42.74º98.15%57.65%-
HSV(B)42.74º83.79%99.22%-
XYZ59.7658.7410.29-
YUV193.0242.21170.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.06%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 41 (16.41% from 255) = 8.44%
R=52.06%
G=39.51%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531924100.240.840.0142.7498.1557.65
HexFDC0290185412b623a
Octal3753005103012415314272
Binary1111110111000000101001011000101010011010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC029; }

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

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

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

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

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

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

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

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