Html Css Color HEX #FEFE7E Witch Haze

📋 copy color: '#FEFE7E'

red 254 ◦ green 254 ◦ blue 126

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

Shades of Witch Haze #FEFE7E

Tints of Witch Haze #FEFE7E

RGB

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

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

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

R = 40.06%
G = 40.06%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEFE7E (or 0xFEFE7E) is known color: Witch Haze. HEX triplet: FE, FE and 7E. RGB value is (254,254,126). Sum of RGB (Red+Green+Blue) = 254+254+126=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 126 (49.61% from 255 or 19.87% from 634); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE7E is #010181. Grayscale: #EFEFEF. Windows color (decimal): -65922 or 8322814. OLE color: 8322814.

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

Color convert

RGB 254 254 126 -
CMYK 0 0 0.50 0.00
HSL 60º 0.98% 0.75% -
HSV(B) 60º 0.5% 1% -
XYZ 80.08 93.46 33.56 -
YUV 239.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 254 254 126 0 0 0.50 0.00 60 0.98 0.75
Hex FE FE 7E 0 0 32 0 3C 62 4B
Octal 376 376 176 0 0 62 0 74 142 113
Binary 11111110 11111110 1111110 0 0 110010 0 111100 1100010 1001011

Color Harmonies of #FEFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE7E

Black with #FEFE7E

Text Example


Text Example

White with #FEFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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