Html Css Color HEX #FEF481 Witch Haze

📋 copy color: '#FEF481'

red 254 ◦ green 244 ◦ blue 129

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

Shades of Witch Haze #FEF481

Tints of Witch Haze #FEF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.92%

 BLUE value IS 129 (50.78% from 255) = 20.57%

R = 40.51%
G = 38.92%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEF481 (or 0xFEF481) is known color: Witch Haze. HEX triplet: FE, F4 and 81. RGB value is (254,244,129). Sum of RGB (Red+Green+Blue) = 254+244+129=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 129 (50.78% from 255 or 20.57% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF481 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF481 is #010B7E. Grayscale: #EAEAEA. Windows color (decimal): -68479 or 8516862. OLE color: 8516862.

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

Color convert

RGB 254 244 129 -
CMYK 0 0.04 0.49 0.00
HSL 55.2º 0.98% 0.75% -
HSV(B) 55.2º 0.49% 1% -
XYZ 77.19 87.36 33.56 -
YUV 233.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 254 244 129 0 0.04 0.49 0.00 55.2 0.98 0.75
Hex FE F4 81 0 4 31 0 37 62 4B
Octal 376 364 201 0 4 61 0 67 142 113
Binary 11111110 11110100 10000001 0 100 110001 0 110111 1100010 1001011

Color Harmonies of #FEF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF481

Black with #FEF481

Text Example


Text Example

White with #FEF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF481; }

 p { color: rgb(254,244,129); }

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

background-color css

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

 a { background-color: rgb(254,244,129); }

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

border-color css

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

 span { border-color: rgb(254,244,129); }

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