Html Css Color HEX #FEF180 Witch Haze

📋 copy color: '#FEF180'

red 254 ◦ green 241 ◦ blue 128

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

Shades of Witch Haze #FEF180

Tints of Witch Haze #FEF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.68%

 BLUE value IS 128 (50.39% from 255) = 20.55%

R = 40.77%
G = 38.68%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF180 (or 0xFEF180) is known color: Witch Haze. HEX triplet: FE, F1 and 80. RGB value is (254,241,128). Sum of RGB (Red+Green+Blue) = 254+241+128=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF180 is #010E7F. Grayscale: #E8E8E8. Windows color (decimal): -69248 or 8450558. OLE color: 8450558.

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

Color convert

RGB 254 241 128 -
CMYK 0 0.05 0.50 0.00
HSL 53.81º 0.98% 0.75% -
HSV(B) 53.81º 0.5% 1% -
XYZ 76.22 85.54 32.92 -
YUV 232.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 254 241 128 0 0.05 0.50 0.00 53.81 0.98 0.75
Hex FE F1 80 0 5 32 0 36 62 4B
Octal 376 361 200 0 5 62 0 66 142 113
Binary 11111110 11110001 10000000 0 101 110010 0 110110 1100010 1001011

Color Harmonies of #FEF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF180

Black with #FEF180

Text Example


Text Example

White with #FEF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF180; }

 p { color: rgb(254,241,128); }

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

background-color css

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

 a { background-color: rgb(254,241,128); }

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

border-color css

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

 span { border-color: rgb(254,241,128); }

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