Html Css Color HEX #FCC034 Saffron

📋 copy color: '#FCC034'

red 252 ◦ green 192 ◦ blue 52

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

Shades of Saffron #FCC034

Tints of Saffron #FCC034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.48%

R = 50.81%
G = 38.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCC034 (or 0xFCC034) is known color: Saffron. HEX triplet: FC, C0 and 34. RGB value is (252,192,52). Sum of RGB (Red+Green+Blue) = 252+192+52=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC034 is #033FCB. Grayscale: #C2C2C2. Windows color (decimal): -212940 or 3457276. OLE color: 3457276.

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

Color convert

RGB 252 192 52 -
CMYK 0 0.24 0.79 0.01
HSL 42º 0.97% 0.6% -
HSV(B) 42º 0.79% 0.99% -
XYZ 59.61 58.64 11.43 -
YUV 193.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 252 192 52 0 0.24 0.79 0.01 42 0.97 0.6
Hex FC C0 34 0 18 4F 1 2A 61 3C
Octal 374 300 64 0 30 117 1 52 141 74
Binary 11111100 11000000 110100 0 11000 1001111 1 101010 1100001 111100

Color Harmonies of #FCC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC034

Black with #FCC034

Text Example


Text Example

White with #FCC034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC034; }

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

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

background-color css

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

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

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

border-color css

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

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

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