Html Css Color HEX #FEF16D Witch Haze

📋 copy color: '#FEF16D'

red 254 ◦ green 241 ◦ blue 109

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

Shades of Witch Haze #FEF16D

Tints of Witch Haze #FEF16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.05%

R = 42.05%
G = 39.9%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEF16D (or 0xFEF16D) is known color: Witch Haze. HEX triplet: FE, F1 and 6D. RGB value is (254,241,109). Sum of RGB (Red+Green+Blue) = 254+241+109=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 109 (42.97% from 255 or 18.05% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF16D is #010E92. Grayscale: #E6E6E6. Windows color (decimal): -69267 or 7205374. OLE color: 7205374.

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

Color convert

RGB 254 241 109 -
CMYK 0 0.05 0.57 0.00
HSL 54.62º 0.99% 0.71% -
HSV(B) 54.62º 0.57% 1% -
XYZ 75.09 85.09 26.93 -
YUV 229.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 254 241 109 0 0.05 0.57 0.00 54.62 0.99 0.71
Hex FE F1 6D 0 5 39 0 37 63 47
Octal 376 361 155 0 5 71 0 67 143 107
Binary 11111110 11110001 1101101 0 101 111001 0 110111 1100011 1000111

Color Harmonies of #FEF16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF16D

Black with #FEF16D

Text Example


Text Example

White with #FEF16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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