Html Css Color HEX #FEF084 Witch Haze

📋 copy color: '#FEF084'

red 254 ◦ green 240 ◦ blue 132

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

Shades of Witch Haze #FEF084

Tints of Witch Haze #FEF084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.09%

R = 40.58%
G = 38.34%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEF084 (or 0xFEF084) is known color: Witch Haze. HEX triplet: FE, F0 and 84. RGB value is (254,240,132). Sum of RGB (Red+Green+Blue) = 254+240+132=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 132 (51.95% from 255 or 21.09% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF084 is #010F7B. Grayscale: #E8E8E8. Windows color (decimal): -69500 or 8712446. OLE color: 8712446.

HSL color Cylindrical-coordinate representation of color #FEF084: hue angle of 53.11º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF084 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 132 -
CMYK 0 0.06 0.48 0.00
HSL 53.11º 0.98% 0.76% -
HSV(B) 53.11º 0.48% 1% -
XYZ 76.2 85.06 34.23 -
YUV 231.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 254 240 132 0 0.06 0.48 0.00 53.11 0.98 0.76
Hex FE F0 84 0 6 30 0 35 62 4C
Octal 376 360 204 0 6 60 0 65 142 114
Binary 11111110 11110000 10000100 0 110 110000 0 110101 1100010 1001100

Color Harmonies of #FEF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF084

Black with #FEF084

Text Example


Text Example

White with #FEF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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