Html Css Color HEX #FEE152 Mustard

📋 copy color: '#FEE152'

red 254 ◦ green 225 ◦ blue 82

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

Shades of Mustard #FEE152

Tints of Mustard #FEE152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.11%

 BLUE value IS 82 (32.42% from 255) = 14.62%

R = 45.28%
G = 40.11%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEE152 (or 0xFEE152) is known color: Mustard. HEX triplet: FE, E1 and 52. RGB value is (254,225,82). Sum of RGB (Red+Green+Blue) = 254+225+82=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE152 is #011EAD. Grayscale: #D9D9D9. Windows color (decimal): -73390 or 5431806. OLE color: 5431806.

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

Color convert

RGB 254 225 82 -
CMYK 0 0.11 0.68 0.00
HSL 49.88º 0.99% 0.66% -
HSV(B) 49.88º 0.68% 1% -
XYZ 69.32 75.53 18.91 -
YUV 217.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 254 225 82 0 0.11 0.68 0.00 49.88 0.99 0.66
Hex FE E1 52 0 B 44 0 32 63 42
Octal 376 341 122 0 13 104 0 62 143 102
Binary 11111110 11100001 1010010 0 1011 1000100 0 110010 1100011 1000010

Color Harmonies of #FEE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE152

Black with #FEE152

Text Example


Text Example

White with #FEE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE152; }

 p { color: rgb(254,225,82); }

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

background-color css

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

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

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

border-color css

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

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

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