Html Css Color HEX #FCC52E Saffron

📋 copy color: '#FCC52E'

red 252 ◦ green 197 ◦ blue 46

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

Shades of Saffron #FCC52E

Tints of Saffron #FCC52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 50.91%
G = 39.8%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCC52E (or 0xFCC52E) is known color: Saffron. HEX triplet: FC, C5 and 2E. RGB value is (252,197,46). Sum of RGB (Red+Green+Blue) = 252+197+46=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC52E is #033AD1. Grayscale: #C4C4C4. Windows color (decimal): -211666 or 3065340. OLE color: 3065340.

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

Color convert

RGB 252 197 46 -
CMYK 0 0.22 0.82 0.01
HSL 43.98º 0.97% 0.58% -
HSV(B) 43.98º 0.82% 0.99% -
XYZ 60.6 60.83 11.13 -
YUV 196.23 43.22 167.78 -
System Red Green Blue C M Y K H S L
Decimal 252 197 46 0 0.22 0.82 0.01 43.98 0.97 0.58
Hex FC C5 2E 0 16 52 1 2C 61 3A
Octal 374 305 56 0 26 122 1 54 141 72
Binary 11111100 11000101 101110 0 10110 1010010 1 101100 1100001 111010

Color Harmonies of #FCC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC52E

Black with #FCC52E

Text Example


Text Example

White with #FCC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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