Html Css Color HEX #FCF47C Witch Haze

📋 copy color: '#FCF47C'

red 252 ◦ green 244 ◦ blue 124

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

Shades of Witch Haze #FCF47C

Tints of Witch Haze #FCF47C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.35%

 BLUE value IS 124 (48.83% from 255) = 20%

R = 40.65%
G = 39.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCF47C (or 0xFCF47C) is known color: Witch Haze. HEX triplet: FC, F4 and 7C. RGB value is (252,244,124). Sum of RGB (Red+Green+Blue) = 252+244+124=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 124 (48.83% from 255 or 20% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF47C is #030B83. Grayscale: #E9E9E9. Windows color (decimal): -199556 or 8189180. OLE color: 8189180.

HSL color Cylindrical-coordinate representation of color #FCF47C: hue angle of 56.25º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCF47C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 124 -
CMYK 0 0.03 0.51 0.01
HSL 56.25º 0.96% 0.74% -
HSV(B) 56.25º 0.51% 0.99% -
XYZ 76.13 86.85 31.82 -
YUV 232.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 252 244 124 0 0.03 0.51 0.01 56.25 0.96 0.74
Hex FC F4 7C 0 3 33 1 38 60 4A
Octal 374 364 174 0 3 63 1 70 140 112
Binary 11111100 11110100 1111100 0 11 110011 1 111000 1100000 1001010

Color Harmonies of #FCF47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF47C

Black with #FCF47C

Text Example


Text Example

White with #FCF47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF47C; }

 p { color: rgb(252,244,124); }

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

background-color css

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

 a { background-color: rgb(252,244,124); }

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

border-color css

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

 span { border-color: rgb(252,244,124); }

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