Html Css Color HEX #FEF07F Witch Haze

📋 copy color: '#FEF07F'

red 254 ◦ green 240 ◦ blue 127

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

Shades of Witch Haze #FEF07F

Tints of Witch Haze #FEF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.65%

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

R = 40.9%
G = 38.65%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF07F (or 0xFEF07F) is known color: Witch Haze. HEX triplet: FE, F0 and 7F. RGB value is (254,240,127). Sum of RGB (Red+Green+Blue) = 254+240+127=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 127 (50% from 255 or 20.45% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF07F is #010F80. Grayscale: #E7E7E7. Windows color (decimal): -69505 or 8384766. OLE color: 8384766.

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

Color convert

RGB 254 240 127 -
CMYK 0 0.06 0.50 0.00
HSL 53.39º 0.98% 0.75% -
HSV(B) 53.39º 0.5% 1% -
XYZ 75.86 84.92 32.47 -
YUV 231.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 254 240 127 0 0.06 0.50 0.00 53.39 0.98 0.75
Hex FE F0 7F 0 6 32 0 35 62 4B
Octal 376 360 177 0 6 62 0 65 142 113
Binary 11111110 11110000 1111111 0 110 110010 0 110101 1100010 1001011

Color Harmonies of #FEF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF07F

Black with #FEF07F

Text Example


Text Example

White with #FEF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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