Html Css Color HEX #FEF16A Witch Haze

📋 copy color: '#FEF16A'

red 254 ◦ green 241 ◦ blue 106

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

Shades of Witch Haze #FEF16A

Tints of Witch Haze #FEF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.1%

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

R = 42.26%
G = 40.1%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEF16A (or 0xFEF16A) is known color: Witch Haze. HEX triplet: FE, F1 and 6A. RGB value is (254,241,106). Sum of RGB (Red+Green+Blue) = 254+241+106=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 106 (41.80% from 255 or 17.64% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF16A is #010E95. Grayscale: #E6E6E6. Windows color (decimal): -69270 or 7008766. OLE color: 7008766.

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

Color convert

RGB 254 241 106 -
CMYK 0 0.05 0.58 0.00
HSL 54.73º 0.99% 0.71% -
HSV(B) 54.73º 0.58% 1% -
XYZ 74.93 85.02 26.1 -
YUV 229.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 254 241 106 0 0.05 0.58 0.00 54.73 0.99 0.71
Hex FE F1 6A 0 5 3A 0 37 63 47
Octal 376 361 152 0 5 72 0 67 143 107
Binary 11111110 11110001 1101010 0 101 111010 0 110111 1100011 1000111

Color Harmonies of #FEF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF16A

Black with #FEF16A

Text Example


Text Example

White with #FEF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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