Html Css Color HEX #FEFE7A Witch Haze

📋 copy color: '#FEFE7A'

red 254 ◦ green 254 ◦ blue 122

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

Shades of Witch Haze #FEFE7A

Tints of Witch Haze #FEFE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.37%

R = 40.32%
G = 40.32%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEFE7A (or 0xFEFE7A) is known color: Witch Haze. HEX triplet: FE, FE and 7A. RGB value is (254,254,122). Sum of RGB (Red+Green+Blue) = 254+254+122=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 122 (48.05% from 255 or 19.37% from 630); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE7A is #010185. Grayscale: #EFEFEF. Windows color (decimal): -65926 or 8060670. OLE color: 8060670.

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

Color convert

RGB 254 254 122 -
CMYK 0 0 0.52 0.00
HSL 60º 0.99% 0.74% -
HSV(B) 60º 0.52% 1% -
XYZ 79.83 93.36 32.23 -
YUV 238.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 254 254 122 0 0 0.52 0.00 60 0.99 0.74
Hex FE FE 7A 0 0 34 0 3C 63 4A
Octal 376 376 172 0 0 64 0 74 143 112
Binary 11111110 11111110 1111010 0 0 110100 0 111100 1100011 1001010

Color Harmonies of #FEFE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE7A

Black with #FEFE7A

Text Example


Text Example

White with #FEFE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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