Html Css Color HEX #FEF86F Witch Haze

📋 copy color: '#FEF86F'

red 254 ◦ green 248 ◦ blue 111

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

Shades of Witch Haze #FEF86F

Tints of Witch Haze #FEF86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.11%

R = 41.44%
G = 40.46%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF86F (or 0xFEF86F) is known color: Witch Haze. HEX triplet: FE, F8 and 6F. RGB value is (254,248,111). Sum of RGB (Red+Green+Blue) = 254+248+111=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 111 (43.75% from 255 or 18.11% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF86F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF86F is #010790. Grayscale: #EAEAEA. Windows color (decimal): -67473 or 7338238. OLE color: 7338238.

HSL color Cylindrical-coordinate representation of color #FEF86F: hue angle of 57.48º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEF86F is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 111 -
CMYK 0 0.02 0.56 0.00
HSL 57.48º 0.99% 0.72% -
HSV(B) 57.48º 0.56% 1% -
XYZ 77.31 89.35 28.21 -
YUV 234.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 254 248 111 0 0.02 0.56 0.00 57.48 0.99 0.72
Hex FE F8 6F 0 2 38 0 39 63 48
Octal 376 370 157 0 2 70 0 71 143 110
Binary 11111110 11111000 1101111 0 10 111000 0 111001 1100011 1001000

Color Harmonies of #FEF86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF86F

Black with #FEF86F

Text Example


Text Example

White with #FEF86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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