Html Css Color HEX #FEEF6A Witch Haze

📋 copy color: '#FEEF6A'

red 254 ◦ green 239 ◦ blue 106

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

Shades of Witch Haze #FEEF6A

Tints of Witch Haze #FEEF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 106 (41.8% from 255) = 17.7%

R = 42.4%
G = 39.9%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEEF6A (or 0xFEEF6A) is known color: Witch Haze. HEX triplet: FE, EF and 6A. RGB value is (254,239,106). Sum of RGB (Red+Green+Blue) = 254+239+106=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF6A is #011095. Grayscale: #E4E4E4. Windows color (decimal): -69782 or 7008254. OLE color: 7008254.

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

Color convert

RGB 254 239 106 -
CMYK 0 0.06 0.58 0.00
HSL 53.92º 0.99% 0.71% -
HSV(B) 53.92º 0.58% 1% -
XYZ 74.34 83.84 25.9 -
YUV 228.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 254 239 106 0 0.06 0.58 0.00 53.92 0.99 0.71
Hex FE EF 6A 0 6 3A 0 36 63 47
Octal 376 357 152 0 6 72 0 66 143 107
Binary 11111110 11101111 1101010 0 110 111010 0 110110 1100011 1000111

Color Harmonies of #FEEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF6A

Black with #FEEF6A

Text Example


Text Example

White with #FEEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF6A; }

 p { color: rgb(254,239,106); }

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

background-color css

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

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

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

border-color css

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

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

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