Html Css Color HEX #FEFA73 Witch Haze

📋 copy color: '#FEFA73'

red 254 ◦ green 250 ◦ blue 115

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

Shades of Witch Haze #FEFA73

Tints of Witch Haze #FEFA73

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

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

R = 41.03%
G = 40.39%
B = 18.58%

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

#FEFA73 (or 0xFEFA73) is known color: Witch Haze. HEX triplet: FE, FA and 73. RGB value is (254,250,115). Sum of RGB (Red+Green+Blue) = 254+250+115=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 115 (45.31% from 255 or 18.58% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA73 is #01058C. Grayscale: #ECECEC. Windows color (decimal): -66957 or 7600894. OLE color: 7600894.

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

Color convert

RGB 254 250 115 -
CMYK 0 0.02 0.55 0.00
HSL 58.27º 0.99% 0.72% -
HSV(B) 58.27º 0.55% 1% -
XYZ 78.15 90.68 29.6 -
YUV 235.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 254 250 115 0 0.02 0.55 0.00 58.27 0.99 0.72
Hex FE FA 73 0 2 37 0 3A 63 48
Octal 376 372 163 0 2 67 0 72 143 110
Binary 11111110 11111010 1110011 0 10 110111 0 111010 1100011 1001000

Color Harmonies of #FEFA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA73

Black with #FEFA73

Text Example


Text Example

White with #FEFA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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