Html Css Color HEX #FCC02F Saffron

📋 copy color: '#FCC02F'

red 252 ◦ green 192 ◦ blue 47

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

Shades of Saffron #FCC02F

Tints of Saffron #FCC02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 51.32%
G = 39.1%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC02F (or 0xFCC02F) is known color: Saffron. HEX triplet: FC, C0 and 2F. RGB value is (252,192,47). Sum of RGB (Red+Green+Blue) = 252+192+47=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC02F is #033FD0. Grayscale: #C2C2C2. Windows color (decimal): -212945 or 3129596. OLE color: 3129596.

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

Color convert

RGB 252 192 47 -
CMYK 0 0.24 0.81 0.01
HSL 42.44º 0.97% 0.59% -
HSV(B) 42.44º 0.81% 0.99% -
XYZ 59.51 58.6 10.86 -
YUV 193.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 252 192 47 0 0.24 0.81 0.01 42.44 0.97 0.59
Hex FC C0 2F 0 18 51 1 2A 61 3B
Octal 374 300 57 0 30 121 1 52 141 73
Binary 11111100 11000000 101111 0 11000 1010001 1 101010 1100001 111011

Color Harmonies of #FCC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC02F

Black with #FCC02F

Text Example


Text Example

White with #FCC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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