Html Css Color HEX #FCC528 Saffron

📋 copy color: '#FCC528'

red 252 ◦ green 197 ◦ blue 40

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

Shades of Saffron #FCC528

Tints of Saffron #FCC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 51.53%
G = 40.29%
B = 8.18%

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

#FCC528 (or 0xFCC528) is known color: Saffron. HEX triplet: FC, C5 and 28. RGB value is (252,197,40). Sum of RGB (Red+Green+Blue) = 252+197+40=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC528 is #033AD7. Grayscale: #C4C4C4. Windows color (decimal): -211672 or 2672124. OLE color: 2672124.

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

Color convert

RGB 252 197 40 -
CMYK 0 0.22 0.84 0.01
HSL 44.43º 0.97% 0.57% -
HSV(B) 44.43º 0.84% 0.99% -
XYZ 60.49 60.78 10.55 -
YUV 195.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 252 197 40 0 0.22 0.84 0.01 44.43 0.97 0.57
Hex FC C5 28 0 16 54 1 2C 61 39
Octal 374 305 50 0 26 124 1 54 141 71
Binary 11111100 11000101 101000 0 10110 1010100 1 101100 1100001 111001

Color Harmonies of #FCC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC528

Black with #FCC528

Text Example


Text Example

White with #FCC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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