Html Css Color HEX #FCC42C Saffron

📋 copy color: '#FCC42C'

red 252 ◦ green 196 ◦ blue 44

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

Shades of Saffron #FCC42C

Tints of Saffron #FCC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 44 (17.58% from 255) = 8.94%

R = 51.22%
G = 39.84%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC42C (or 0xFCC42C) is known color: Saffron. HEX triplet: FC, C4 and 2C. RGB value is (252,196,44). Sum of RGB (Red+Green+Blue) = 252+196+44=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC42C is #033BD3. Grayscale: #C4C4C4. Windows color (decimal): -211924 or 2934012. OLE color: 2934012.

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

Color convert

RGB 252 196 44 -
CMYK 0 0.22 0.83 0.01
HSL 43.85º 0.97% 0.58% -
HSV(B) 43.85º 0.83% 0.99% -
XYZ 60.34 60.36 10.85 -
YUV 195.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 252 196 44 0 0.22 0.83 0.01 43.85 0.97 0.58
Hex FC C4 2C 0 16 53 1 2C 61 3A
Octal 374 304 54 0 26 123 1 54 141 72
Binary 11111100 11000100 101100 0 10110 1010011 1 101100 1100001 111010

Color Harmonies of #FCC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC42C

Black with #FCC42C

Text Example


Text Example

White with #FCC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC42C; }

 p { color: rgb(252,196,44); }

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

background-color css

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

 a { background-color: rgb(252,196,44); }

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

border-color css

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

 span { border-color: rgb(252,196,44); }

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