Html Css Color HEX #FEFE78 Witch Haze

📋 copy color: '#FEFE78'

red 254 ◦ green 254 ◦ blue 120

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

Shades of Witch Haze #FEFE78

Tints of Witch Haze #FEFE78

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

 BLUE value IS 120 (47.27% from 255) = 19.11%

R = 40.45%
G = 40.45%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEFE78 (or 0xFEFE78) is known color: Witch Haze. HEX triplet: FE, FE and 78. RGB value is (254,254,120). Sum of RGB (Red+Green+Blue) = 254+254+120=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 120 (47.27% from 255 or 19.11% from 628); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE78 is #010187. Grayscale: #EFEFEF. Windows color (decimal): -65928 or 7929598. OLE color: 7929598.

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

Color convert

RGB 254 254 120 -
CMYK 0 0 0.53 0.00
HSL 60º 0.99% 0.73% -
HSV(B) 60º 0.53% 1% -
XYZ 79.71 93.31 31.58 -
YUV 238.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 254 254 120 0 0 0.53 0.00 60 0.99 0.73
Hex FE FE 78 0 0 35 0 3C 63 49
Octal 376 376 170 0 0 65 0 74 143 111
Binary 11111110 11111110 1111000 0 0 110101 0 111100 1100011 1001001

Color Harmonies of #FEFE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE78

Black with #FEFE78

Text Example


Text Example

White with #FEFE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE78; }

 p { color: rgb(254,254,120); }

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

background-color css

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

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

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

border-color css

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

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

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