Html Css Color HEX #FEF96F Witch Haze

📋 copy color: '#FEF96F'

red 254 ◦ green 249 ◦ blue 111

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

Shades of Witch Haze #FEF96F

Tints of Witch Haze #FEF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.55%

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

R = 41.37%
G = 40.55%
B = 18.08%

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

#FEF96F (or 0xFEF96F) is known color: Witch Haze. HEX triplet: FE, F9 and 6F. RGB value is (254,249,111). Sum of RGB (Red+Green+Blue) = 254+249+111=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 111 (43.75% from 255 or 18.08% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF96F is #010690. Grayscale: #EBEBEB. Windows color (decimal): -67217 or 7338494. OLE color: 7338494.

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

Color convert

RGB 254 249 111 -
CMYK 0 0.02 0.56 0.00
HSL 57.9º 0.99% 0.72% -
HSV(B) 57.9º 0.56% 1% -
XYZ 77.62 89.97 28.31 -
YUV 234.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 254 249 111 0 0.02 0.56 0.00 57.9 0.99 0.72
Hex FE F9 6F 0 2 38 0 3A 63 48
Octal 376 371 157 0 2 70 0 72 143 110
Binary 11111110 11111001 1101111 0 10 111000 0 111010 1100011 1001000

Color Harmonies of #FEF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF96F

Black with #FEF96F

Text Example


Text Example

White with #FEF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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