Html Css Color HEX #FCF37F Witch Haze

📋 copy color: '#FCF37F'

red 252 ◦ green 243 ◦ blue 127

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

Shades of Witch Haze #FCF37F

Tints of Witch Haze #FCF37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.42%

R = 40.51%
G = 39.07%
B = 20.42%

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

#FCF37F (or 0xFCF37F) is known color: Witch Haze. HEX triplet: FC, F3 and 7F. RGB value is (252,243,127). Sum of RGB (Red+Green+Blue) = 252+243+127=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 127 (50% from 255 or 20.42% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF37F is #030C80. Grayscale: #E8E8E8. Windows color (decimal): -199809 or 8385532. OLE color: 8385532.

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

Color convert

RGB 252 243 127 -
CMYK 0 0.04 0.50 0.01
HSL 55.68º 0.95% 0.74% -
HSV(B) 55.68º 0.5% 0.99% -
XYZ 76.03 86.33 32.73 -
YUV 232.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 252 243 127 0 0.04 0.50 0.01 55.68 0.95 0.74
Hex FC F3 7F 0 4 32 1 38 5F 4A
Octal 374 363 177 0 4 62 1 70 137 112
Binary 11111100 11110011 1111111 0 100 110010 1 111000 1011111 1001010

Color Harmonies of #FCF37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF37F

Black with #FCF37F

Text Example


Text Example

White with #FCF37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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