Html Css Color HEX #FEF483 Witch Haze

📋 copy color: '#FEF483'

red 254 ◦ green 244 ◦ blue 131

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

Shades of Witch Haze #FEF483

Tints of Witch Haze #FEF483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 20.83%

R = 40.38%
G = 38.79%
B = 20.83%

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

#FEF483 (or 0xFEF483) is known color: Witch Haze. HEX triplet: FE, F4 and 83. RGB value is (254,244,131). Sum of RGB (Red+Green+Blue) = 254+244+131=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 131 (51.56% from 255 or 20.83% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF483 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF483 is #010B7C. Grayscale: #EAEAEA. Windows color (decimal): -68477 or 8647934. OLE color: 8647934.

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

Color convert

RGB 254 244 131 -
CMYK 0 0.04 0.48 0.00
HSL 55.12º 0.98% 0.75% -
HSV(B) 55.12º 0.48% 1% -
XYZ 77.32 87.41 34.27 -
YUV 234.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 254 244 131 0 0.04 0.48 0.00 55.12 0.98 0.75
Hex FE F4 83 0 4 30 0 37 62 4B
Octal 376 364 203 0 4 60 0 67 142 113
Binary 11111110 11110100 10000011 0 100 110000 0 110111 1100010 1001011

Color Harmonies of #FEF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF483

Black with #FEF483

Text Example


Text Example

White with #FEF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF483; }

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

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

background-color css

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

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

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

border-color css

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

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

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