Html Css Color HEX #FCC333 Saffron

📋 copy color: '#FCC333'

red 252 ◦ green 195 ◦ blue 51

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

Shades of Saffron #FCC333

Tints of Saffron #FCC333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 50.6%
G = 39.16%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCC333 (or 0xFCC333) is known color: Saffron. HEX triplet: FC, C3 and 33. RGB value is (252,195,51). Sum of RGB (Red+Green+Blue) = 252+195+51=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC333 is #033CCC. Grayscale: #C4C4C4. Windows color (decimal): -212173 or 3392508. OLE color: 3392508.

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

Color convert

RGB 252 195 51 -
CMYK 0 0.23 0.80 0.01
HSL 42.99º 0.97% 0.59% -
HSV(B) 42.99º 0.8% 0.99% -
XYZ 60.26 59.96 11.53 -
YUV 195.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 252 195 51 0 0.23 0.80 0.01 42.99 0.97 0.59
Hex FC C3 33 0 17 50 1 2B 61 3B
Octal 374 303 63 0 27 120 1 53 141 73
Binary 11111100 11000011 110011 0 10111 1010000 1 101011 1100001 111011

Color Harmonies of #FCC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC333

Black with #FCC333

Text Example


Text Example

White with #FCC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC333; }

 p { color: rgb(252,195,51); }

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

background-color css

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

 a { background-color: rgb(252,195,51); }

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

border-color css

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

 span { border-color: rgb(252,195,51); }

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