Html Css Color HEX #FEF973 Witch Haze

📋 copy color: '#FEF973'

red 254 ◦ green 249 ◦ blue 115

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

Shades of Witch Haze #FEF973

Tints of Witch Haze #FEF973

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.29%

 BLUE value IS 115 (45.31% from 255) = 18.61%

R = 41.1%
G = 40.29%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF973 (or 0xFEF973) is known color: Witch Haze. HEX triplet: FE, F9 and 73. RGB value is (254,249,115). Sum of RGB (Red+Green+Blue) = 254+249+115=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 115 (45.31% from 255 or 18.61% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF973 is #01068C. Grayscale: #EBEBEB. Windows color (decimal): -67213 or 7600638. OLE color: 7600638.

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

Color convert

RGB 254 249 115 -
CMYK 0 0.02 0.55 0.00
HSL 57.84º 0.99% 0.72% -
HSV(B) 57.84º 0.55% 1% -
XYZ 77.84 90.06 29.5 -
YUV 235.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 254 249 115 0 0.02 0.55 0.00 57.84 0.99 0.72
Hex FE F9 73 0 2 37 0 3A 63 48
Octal 376 371 163 0 2 67 0 72 143 110
Binary 11111110 11111001 1110011 0 10 110111 0 111010 1100011 1001000

Color Harmonies of #FEF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF973

Black with #FEF973

Text Example


Text Example

White with #FEF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF973; }

 p { color: rgb(254,249,115); }

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

background-color css

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

 a { background-color: rgb(254,249,115); }

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

border-color css

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

 span { border-color: rgb(254,249,115); }

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