Html Css Color HEX #FEF383 Witch Haze

📋 copy color: '#FEF383'

red 254 ◦ green 243 ◦ blue 131

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

Shades of Witch Haze #FEF383

Tints of Witch Haze #FEF383

RGB

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

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

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

R = 40.45%
G = 38.69%
B = 20.86%

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

#FEF383 (or 0xFEF383) is known color: Witch Haze. HEX triplet: FE, F3 and 83. RGB value is (254,243,131). Sum of RGB (Red+Green+Blue) = 254+243+131=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 131 (51.56% from 255 or 20.86% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF383 is #010C7C. Grayscale: #E9E9E9. Windows color (decimal): -68733 or 8647678. OLE color: 8647678.

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

Color convert

RGB 254 243 131 -
CMYK 0 0.04 0.48 0.00
HSL 54.63º 0.98% 0.75% -
HSV(B) 54.63º 0.48% 1% -
XYZ 77.02 86.81 34.17 -
YUV 233.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 254 243 131 0 0.04 0.48 0.00 54.63 0.98 0.75
Hex FE F3 83 0 4 30 0 37 62 4B
Octal 376 363 203 0 4 60 0 67 142 113
Binary 11111110 11110011 10000011 0 100 110000 0 110111 1100010 1001011

Color Harmonies of #FEF383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF383

Black with #FEF383

Text Example


Text Example

White with #FEF383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF383; }

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

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

background-color css

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

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

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

border-color css

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

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

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