Html Css Color HEX #FEFC74 Witch Haze

📋 copy color: '#FEFC74'

red 254 ◦ green 252 ◦ blue 116

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

Shades of Witch Haze #FEFC74

Tints of Witch Haze #FEFC74

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.51%

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

R = 40.84%
G = 40.51%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEFC74 (or 0xFEFC74) is known color: Witch Haze. HEX triplet: FE, FC and 74. RGB value is (254,252,116). Sum of RGB (Red+Green+Blue) = 254+252+116=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 116 (45.70% from 255 or 18.65% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC74 is #01038B. Grayscale: #EDEDED. Windows color (decimal): -66444 or 7666942. OLE color: 7666942.

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

Color convert

RGB 254 252 116 -
CMYK 0 0.01 0.54 0.00
HSL 59.13º 0.99% 0.73% -
HSV(B) 59.13º 0.54% 1% -
XYZ 78.84 91.95 30.12 -
YUV 237.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 254 252 116 0 0.01 0.54 0.00 59.13 0.99 0.73
Hex FE FC 74 0 1 36 0 3B 63 49
Octal 376 374 164 0 1 66 0 73 143 111
Binary 11111110 11111100 1110100 0 1 110110 0 111011 1100011 1001001

Color Harmonies of #FEFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC74

Black with #FEFC74

Text Example


Text Example

White with #FEFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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