Html Css Color HEX #FDC029 Saffron

📋 copy color: '#FDC029'

red 253 ◦ green 192 ◦ blue 41

#FDC029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #FDC029

Tints of Saffron #FDC029

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 value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC029 (or 0xFDC029) is known color: 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

RGB 253 192 41 -
CMYK 0 0.24 0.84 0.01
HSL 42.74º 0.98% 0.58% -
HSV(B) 42.74º 0.84% 0.99% -
XYZ 59.76 58.74 10.29 -
YUV 193.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 253 192 41 0 0.24 0.84 0.01 42.74 0.98 0.58
Hex FD C0 29 0 18 54 1 2B 62 3A
Octal 375 300 51 0 30 124 1 53 142 72
Binary 11111101 11000000 101001 0 11000 1010100 1 101011 1100010 111010

Color Harmonies of #FDC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC029

Black with #FDC029

Text Example


Text Example

White with #FDC029

Text Example


Text Example

HTML Codes & Css Web 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>