Html Css Color HEX #FCC136 Saffron

📋 copy color: '#FCC136'

red 252 ◦ green 193 ◦ blue 54

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

Shades of Saffron #FCC136

Tints of Saffron #FCC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.68%

 BLUE value IS 54 (21.48% from 255) = 10.82%

R = 50.5%
G = 38.68%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCC136 (or 0xFCC136) is known color: Saffron. HEX triplet: FC, C1 and 36. RGB value is (252,193,54). Sum of RGB (Red+Green+Blue) = 252+193+54=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC136 is #033EC9. Grayscale: #C3C3C3. Windows color (decimal): -212682 or 3588604. OLE color: 3588604.

HSL color Cylindrical-coordinate representation of color #FCC136: hue angle of 42.12º 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 #FCC136 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 54 -
CMYK 0 0.23 0.79 0.01
HSL 42.12º 0.97% 0.6% -
HSV(B) 42.12º 0.79% 0.99% -
XYZ 59.88 59.1 11.74 -
YUV 194.8 48.55 168.8 -
System Red Green Blue C M Y K H S L
Decimal 252 193 54 0 0.23 0.79 0.01 42.12 0.97 0.6
Hex FC C1 36 0 17 4F 1 2A 61 3C
Octal 374 301 66 0 27 117 1 52 141 74
Binary 11111100 11000001 110110 0 10111 1001111 1 101010 1100001 111100

Color Harmonies of #FCC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC136

Black with #FCC136

Text Example


Text Example

White with #FCC136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC136; }

 p { color: rgb(252,193,54); }

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

background-color css

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

 a { background-color: rgb(252,193,54); }

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

border-color css

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

 span { border-color: rgb(252,193,54); }

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