Html Css Color HEX #FEF384 Witch Haze

📋 copy color: '#FEF384'

red 254 ◦ green 243 ◦ blue 132

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

Shades of Witch Haze #FEF384

Tints of Witch Haze #FEF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.63%

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

R = 40.38%
G = 38.63%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEF384 (or 0xFEF384) is known color: Witch Haze. HEX triplet: FE, F3 and 84. RGB value is (254,243,132). Sum of RGB (Red+Green+Blue) = 254+243+132=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 132 (51.95% from 255 or 20.99% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF384 is #010C7B. Grayscale: #EAEAEA. Windows color (decimal): -68732 or 8713214. OLE color: 8713214.

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

Color convert

RGB 254 243 132 -
CMYK 0 0.04 0.48 0.00
HSL 54.59º 0.98% 0.76% -
HSV(B) 54.59º 0.48% 1% -
XYZ 77.09 86.84 34.53 -
YUV 233.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 254 243 132 0 0.04 0.48 0.00 54.59 0.98 0.76
Hex FE F3 84 0 4 30 0 37 62 4C
Octal 376 363 204 0 4 60 0 67 142 114
Binary 11111110 11110011 10000100 0 100 110000 0 110111 1100010 1001100

Color Harmonies of #FEF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF384

Black with #FEF384

Text Example


Text Example

White with #FEF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF384; }

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

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

background-color css

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

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

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

border-color css

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

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

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