Html Css Color HEX #FEFA74 Witch Haze

📋 copy color: '#FEFA74'

red 254 ◦ green 250 ◦ blue 116

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

Shades of Witch Haze #FEFA74

Tints of Witch Haze #FEFA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.71%

R = 40.97%
G = 40.32%
B = 18.71%

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

#FEFA74 (or 0xFEFA74) is known color: Witch Haze. HEX triplet: FE, FA and 74. RGB value is (254,250,116). Sum of RGB (Red+Green+Blue) = 254+250+116=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 116 (45.70% from 255 or 18.71% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA74 is #01058B. Grayscale: #ECECEC. Windows color (decimal): -66956 or 7666430. OLE color: 7666430.

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

Color convert

RGB 254 250 116 -
CMYK 0 0.02 0.54 0.00
HSL 58.26º 0.99% 0.73% -
HSV(B) 58.26º 0.54% 1% -
XYZ 78.21 90.7 29.91 -
YUV 235.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 254 250 116 0 0.02 0.54 0.00 58.26 0.99 0.73
Hex FE FA 74 0 2 36 0 3A 63 49
Octal 376 372 164 0 2 66 0 72 143 111
Binary 11111110 11111010 1110100 0 10 110110 0 111010 1100011 1001001

Color Harmonies of #FEFA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA74

Black with #FEFA74

Text Example


Text Example

White with #FEFA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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