Html Css Color HEX #FCC529 Saffron

📋 copy color: '#FCC529'

red 252 ◦ green 197 ◦ blue 41

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

Shades of Saffron #FCC529

Tints of Saffron #FCC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

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

R = 51.43%
G = 40.2%
B = 8.37%

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

#FCC529 (or 0xFCC529) is known color: Saffron. HEX triplet: FC, C5 and 29. RGB value is (252,197,41). Sum of RGB (Red+Green+Blue) = 252+197+41=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC529 is #033AD6. Grayscale: #C4C4C4. Windows color (decimal): -211671 or 2737660. OLE color: 2737660.

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

Color convert

RGB 252 197 41 -
CMYK 0 0.22 0.84 0.01
HSL 44.36º 0.97% 0.57% -
HSV(B) 44.36º 0.84% 0.99% -
XYZ 60.51 60.79 10.64 -
YUV 195.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 252 197 41 0 0.22 0.84 0.01 44.36 0.97 0.57
Hex FC C5 29 0 16 54 1 2C 61 39
Octal 374 305 51 0 26 124 1 54 141 71
Binary 11111100 11000101 101001 0 10110 1010100 1 101100 1100001 111001

Color Harmonies of #FCC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC529

Black with #FCC529

Text Example


Text Example

White with #FCC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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