Html Css Color HEX #FCF37C Witch Haze

📋 copy color: '#FCF37C'

red 252 ◦ green 243 ◦ blue 124

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

Shades of Witch Haze #FCF37C

Tints of Witch Haze #FCF37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

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

R = 40.71%
G = 39.26%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCF37C (or 0xFCF37C) is known color: Witch Haze. HEX triplet: FC, F3 and 7C. RGB value is (252,243,124). Sum of RGB (Red+Green+Blue) = 252+243+124=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF37C is #030C83. Grayscale: #E8E8E8. Windows color (decimal): -199812 or 8188924. OLE color: 8188924.

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

Color convert

RGB 252 243 124 -
CMYK 0 0.04 0.51 0.01
HSL 55.78º 0.96% 0.74% -
HSV(B) 55.78º 0.51% 0.99% -
XYZ 75.83 86.25 31.72 -
YUV 232.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 252 243 124 0 0.04 0.51 0.01 55.78 0.96 0.74
Hex FC F3 7C 0 4 33 1 38 60 4A
Octal 374 363 174 0 4 63 1 70 140 112
Binary 11111100 11110011 1111100 0 100 110011 1 111000 1100000 1001010

Color Harmonies of #FCF37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF37C

Black with #FCF37C

Text Example


Text Example

White with #FCF37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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