Html Css Color HEX #FDC629 Saffron

📋 copy color: '#FDC629'

red 253 ◦ green 198 ◦ blue 41

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

Shades of Saffron #FDC629

Tints of Saffron #FDC629

RGB

 RED value IS 253 (99.22% from 255) = 51.42%

 GREEN value IS 198 (77.73% from 255) = 40.24%

 BLUE value IS 41 (16.41% from 255) = 8.33%

R = 51.42%
G = 40.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC629 (or 0xFDC629) is known color: Saffron. HEX triplet: FD, C6 and 29. RGB value is (253,198,41). Sum of RGB (Red+Green+Blue) = 253+198+41=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC629 is #0239D6. Grayscale: #C5C5C5. Windows color (decimal): -145879 or 2737917. OLE color: 2737917.

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

Color convert

RGB 253 198 41 -
CMYK 0 0.22 0.84 0.01
HSL 44.43º 0.98% 0.58% -
HSV(B) 44.43º 0.84% 0.99% -
XYZ 61.1 61.43 10.73 -
YUV 196.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 253 198 41 0 0.22 0.84 0.01 44.43 0.98 0.58
Hex FD C6 29 0 16 54 1 2C 62 3A
Octal 375 306 51 0 26 124 1 54 142 72
Binary 11111101 11000110 101001 0 10110 1010100 1 101100 1100010 111010

Color Harmonies of #FDC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC629

Black with #FDC629

Text Example


Text Example

White with #FDC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC629; }

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

 H1.HeaderClassName
 {
   color: #FDC629;
 }
 .AnyTagClassName
 {
   color: #FDC629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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