Html Css Color HEX #FCC42F Saffron

📋 copy color: '#FCC42F'

red 252 ◦ green 196 ◦ blue 47

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

Shades of Saffron #FCC42F

Tints of Saffron #FCC42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 50.91%
G = 39.6%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC42F (or 0xFCC42F) is known color: Saffron. HEX triplet: FC, C4 and 2F. RGB value is (252,196,47). Sum of RGB (Red+Green+Blue) = 252+196+47=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC42F is #033BD0. Grayscale: #C4C4C4. Windows color (decimal): -211921 or 3130620. OLE color: 3130620.

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

Color convert

RGB 252 196 47 -
CMYK 0 0.22 0.81 0.01
HSL 43.61º 0.97% 0.59% -
HSV(B) 43.61º 0.81% 0.99% -
XYZ 60.4 60.38 11.16 -
YUV 195.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 252 196 47 0 0.22 0.81 0.01 43.61 0.97 0.59
Hex FC C4 2F 0 16 51 1 2C 61 3B
Octal 374 304 57 0 26 121 1 54 141 73
Binary 11111100 11000100 101111 0 10110 1010001 1 101100 1100001 111011

Color Harmonies of #FCC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC42F

Black with #FCC42F

Text Example


Text Example

White with #FCC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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