Html Css Color HEX #FEFC7E Witch Haze

📋 copy color: '#FEFC7E'

red 254 ◦ green 252 ◦ blue 126

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

Shades of Witch Haze #FEFC7E

Tints of Witch Haze #FEFC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 19.94%

R = 40.19%
G = 39.87%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEFC7E (or 0xFEFC7E) is known color: Witch Haze. HEX triplet: FE, FC and 7E. RGB value is (254,252,126). Sum of RGB (Red+Green+Blue) = 254+252+126=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 126 (49.61% from 255 or 19.94% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC7E is #010381. Grayscale: #EEEEEE. Windows color (decimal): -66434 or 8322302. OLE color: 8322302.

HSL color Cylindrical-coordinate representation of color #FEFC7E: hue angle of 59.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEFC7E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 252 126 -
CMYK 0 0.01 0.50 0.00
HSL 59.06º 0.98% 0.75% -
HSV(B) 59.06º 0.5% 1% -
XYZ 79.45 92.2 33.35 -
YUV 238.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 254 252 126 0 0.01 0.50 0.00 59.06 0.98 0.75
Hex FE FC 7E 0 1 32 0 3B 62 4B
Octal 376 374 176 0 1 62 0 73 142 113
Binary 11111110 11111100 1111110 0 1 110010 0 111011 1100010 1001011

Color Harmonies of #FEFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC7E

Black with #FEFC7E

Text Example


Text Example

White with #FEFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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