Html Css Color HEX #FEF875 Witch Haze

📋 copy color: '#FEF875'

red 254 ◦ green 248 ◦ blue 117

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

Shades of Witch Haze #FEF875

Tints of Witch Haze #FEF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.06%

 BLUE value IS 117 (46.09% from 255) = 18.9%

R = 41.03%
G = 40.06%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF875 (or 0xFEF875) is known color: Witch Haze. HEX triplet: FE, F8 and 75. RGB value is (254,248,117). Sum of RGB (Red+Green+Blue) = 254+248+117=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 117 (46.09% from 255 or 18.90% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF875 is #01078A. Grayscale: #EBEBEB. Windows color (decimal): -67467 or 7731454. OLE color: 7731454.

HSL color Cylindrical-coordinate representation of color #FEF875: hue angle of 57.37º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF875 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 117 -
CMYK 0 0.02 0.54 0.00
HSL 57.37º 0.99% 0.73% -
HSV(B) 57.37º 0.54% 1% -
XYZ 77.65 89.49 30.01 -
YUV 234.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 254 248 117 0 0.02 0.54 0.00 57.37 0.99 0.73
Hex FE F8 75 0 2 36 0 39 63 49
Octal 376 370 165 0 2 66 0 71 143 111
Binary 11111110 11111000 1110101 0 10 110110 0 111001 1100011 1001001

Color Harmonies of #FEF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF875

Black with #FEF875

Text Example


Text Example

White with #FEF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF875; }

 p { color: rgb(254,248,117); }

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

background-color css

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

 a { background-color: rgb(254,248,117); }

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

border-color css

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

 span { border-color: rgb(254,248,117); }

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