Html Css Color HEX #FEF87F Witch Haze

📋 copy color: '#FEF87F'

red 254 ◦ green 248 ◦ blue 127

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

Shades of Witch Haze #FEF87F

Tints of Witch Haze #FEF87F

RGB

 RED value IS 254 (99.61% from 255) = 40.38%

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

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

R = 40.38%
G = 39.43%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF87F (or 0xFEF87F) is known color: Witch Haze. HEX triplet: FE, F8 and 7F. RGB value is (254,248,127). Sum of RGB (Red+Green+Blue) = 254+248+127=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 127 (50% from 255 or 20.19% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF87F is #010780. Grayscale: #ECECEC. Windows color (decimal): -67457 or 8386814. OLE color: 8386814.

HSL color Cylindrical-coordinate representation of color #FEF87F: hue angle of 57.17º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF87F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 127 -
CMYK 0 0.02 0.50 0.00
HSL 57.17º 0.98% 0.75% -
HSV(B) 57.17º 0.5% 1% -
XYZ 78.27 89.74 33.27 -
YUV 236 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 254 248 127 0 0.02 0.50 0.00 57.17 0.98 0.75
Hex FE F8 7F 0 2 32 0 39 62 4B
Octal 376 370 177 0 2 62 0 71 142 113
Binary 11111110 11111000 1111111 0 10 110010 0 111001 1100010 1001011

Color Harmonies of #FEF87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF87F

Black with #FEF87F

Text Example


Text Example

White with #FEF87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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