Html Css Color HEX #FCF37D Witch Haze

📋 copy color: '#FCF37D'

red 252 ◦ green 243 ◦ blue 125

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

Shades of Witch Haze #FCF37D

Tints of Witch Haze #FCF37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.16%

R = 40.65%
G = 39.19%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCF37D (or 0xFCF37D) is known color: Witch Haze. HEX triplet: FC, F3 and 7D. RGB value is (252,243,125). Sum of RGB (Red+Green+Blue) = 252+243+125=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF37D is #030C82. Grayscale: #E8E8E8. Windows color (decimal): -199811 or 8254460. OLE color: 8254460.

HSL color Cylindrical-coordinate representation of color #FCF37D: hue angle of 55.75º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCF37D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 125 -
CMYK 0 0.04 0.50 0.01
HSL 55.75º 0.95% 0.74% -
HSV(B) 55.75º 0.5% 0.99% -
XYZ 75.9 86.28 32.06 -
YUV 232.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 252 243 125 0 0.04 0.50 0.01 55.75 0.95 0.74
Hex FC F3 7D 0 4 32 1 38 5F 4A
Octal 374 363 175 0 4 62 1 70 137 112
Binary 11111100 11110011 1111101 0 100 110010 1 111000 1011111 1001010

Color Harmonies of #FCF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF37D

Black with #FCF37D

Text Example


Text Example

White with #FCF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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