Html Css Color HEX #FCF87F Witch Haze

📋 copy color: '#FCF87F'

red 252 ◦ green 248 ◦ blue 127

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

Shades of Witch Haze #FCF87F

Tints of Witch Haze #FCF87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.55%

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

R = 40.19%
G = 39.55%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCF87F (or 0xFCF87F) is known color: Witch Haze. HEX triplet: FC, F8 and 7F. RGB value is (252,248,127). Sum of RGB (Red+Green+Blue) = 252+248+127=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 127 (50% from 255 or 20.26% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF87F is #030780. Grayscale: #EBEBEB. Windows color (decimal): -198529 or 8386812. OLE color: 8386812.

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

Color convert

RGB 252 248 127 -
CMYK 0 0.02 0.50 0.01
HSL 58.08º 0.95% 0.74% -
HSV(B) 58.08º 0.5% 0.99% -
XYZ 77.54 89.36 33.24 -
YUV 235.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 252 248 127 0 0.02 0.50 0.01 58.08 0.95 0.74
Hex FC F8 7F 0 2 32 1 3A 5F 4A
Octal 374 370 177 0 2 62 1 72 137 112
Binary 11111100 11111000 1111111 0 10 110010 1 111010 1011111 1001010

Color Harmonies of #FCF87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF87F

Black with #FCF87F

Text Example


Text Example

White with #FCF87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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