Html Css Color HEX #FCC02C Saffron

📋 copy color: '#FCC02C'

red 252 ◦ green 192 ◦ blue 44

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

Shades of Saffron #FCC02C

Tints of Saffron #FCC02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 44 (17.58% from 255) = 9.02%

R = 51.64%
G = 39.34%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC02C (or 0xFCC02C) is known color: Saffron. HEX triplet: FC, C0 and 2C. RGB value is (252,192,44). Sum of RGB (Red+Green+Blue) = 252+192+44=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC02C is #033FD3. Grayscale: #C1C1C1. Windows color (decimal): -212948 or 2932988. OLE color: 2932988.

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

Color convert

RGB 252 192 44 -
CMYK 0 0.24 0.83 0.01
HSL 42.69º 0.97% 0.58% -
HSV(B) 42.69º 0.83% 0.99% -
XYZ 59.45 58.58 10.56 -
YUV 193.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 252 192 44 0 0.24 0.83 0.01 42.69 0.97 0.58
Hex FC C0 2C 0 18 53 1 2B 61 3A
Octal 374 300 54 0 30 123 1 53 141 72
Binary 11111100 11000000 101100 0 11000 1010011 1 101011 1100001 111010

Color Harmonies of #FCC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC02C

Black with #FCC02C

Text Example


Text Example

White with #FCC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC02C; }

 p { color: rgb(252,192,44); }

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

background-color css

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

 a { background-color: rgb(252,192,44); }

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

border-color css

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

 span { border-color: rgb(252,192,44); }

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