Html Css Color HEX #FCC429 Saffron

📋 copy color: '#FCC429'

red 252 ◦ green 196 ◦ blue 41

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

Shades of Saffron #FCC429

Tints of Saffron #FCC429

RGB

 RED value IS 252 (98.83% from 255) = 51.53%

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 51.53%
G = 40.08%
B = 8.38%

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

#FCC429 (or 0xFCC429) is known color: Saffron. HEX triplet: FC, C4 and 29. RGB value is (252,196,41). Sum of RGB (Red+Green+Blue) = 252+196+41=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC429 is #033BD6. Grayscale: #C3C3C3. Windows color (decimal): -211927 or 2737404. OLE color: 2737404.

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

Color convert

RGB 252 196 41 -
CMYK 0 0.22 0.84 0.01
HSL 44.08º 0.97% 0.57% -
HSV(B) 44.08º 0.84% 0.99% -
XYZ 60.29 60.34 10.57 -
YUV 195.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 252 196 41 0 0.22 0.84 0.01 44.08 0.97 0.57
Hex FC C4 29 0 16 54 1 2C 61 39
Octal 374 304 51 0 26 124 1 54 141 71
Binary 11111100 11000100 101001 0 10110 1010100 1 101100 1100001 111001

Color Harmonies of #FCC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC429

Black with #FCC429

Text Example


Text Example

White with #FCC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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