Html Css Color HEX #FEF276 Witch Haze

📋 copy color: '#FEF276'

red 254 ◦ green 242 ◦ blue 118

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

Shades of Witch Haze #FEF276

Tints of Witch Haze #FEF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 118 (46.48% from 255) = 19.22%

R = 41.37%
G = 39.41%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF276 (or 0xFEF276) is known color: Witch Haze. HEX triplet: FE, F2 and 76. RGB value is (254,242,118). Sum of RGB (Red+Green+Blue) = 254+242+118=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 118 (46.48% from 255 or 19.22% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF276 is #010D89. Grayscale: #E7E7E7. Windows color (decimal): -69002 or 7795454. OLE color: 7795454.

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

Color convert

RGB 254 242 118 -
CMYK 0 0.05 0.54 0.00
HSL 54.71º 0.99% 0.73% -
HSV(B) 54.71º 0.54% 1% -
XYZ 75.9 85.88 29.72 -
YUV 231.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 254 242 118 0 0.05 0.54 0.00 54.71 0.99 0.73
Hex FE F2 76 0 5 36 0 37 63 49
Octal 376 362 166 0 5 66 0 67 143 111
Binary 11111110 11110010 1110110 0 101 110110 0 110111 1100011 1001001

Color Harmonies of #FEF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF276

Black with #FEF276

Text Example


Text Example

White with #FEF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF276; }

 p { color: rgb(254,242,118); }

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

background-color css

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

 a { background-color: rgb(254,242,118); }

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

border-color css

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

 span { border-color: rgb(254,242,118); }

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