Html Css Color HEX #FED951 Mustard

📋 copy color: '#FED951'

red 254 ◦ green 217 ◦ blue 81

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

Shades of Mustard #FED951

Tints of Mustard #FED951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 81 (32.03% from 255) = 14.67%

R = 46.01%
G = 39.31%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FED951 (or 0xFED951) is known color: Mustard. HEX triplet: FE, D9 and 51. RGB value is (254,217,81). Sum of RGB (Red+Green+Blue) = 254+217+81=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 81 (32.03% from 255 or 14.67% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED951 is #0126AE. Grayscale: #D5D5D5. Windows color (decimal): -75439 or 5364222. OLE color: 5364222.

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

Color convert

RGB 254 217 81 -
CMYK 0 0.15 0.68 0.00
HSL 47.17º 0.99% 0.66% -
HSV(B) 47.17º 0.68% 1% -
XYZ 67.17 71.29 18 -
YUV 212.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 254 217 81 0 0.15 0.68 0.00 47.17 0.99 0.66
Hex FE D9 51 0 F 44 0 2F 63 42
Octal 376 331 121 0 17 104 0 57 143 102
Binary 11111110 11011001 1010001 0 1111 1000100 0 101111 1100011 1000010

Color Harmonies of #FED951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED951

Black with #FED951

Text Example


Text Example

White with #FED951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED951; }

 p { color: rgb(254,217,81); }

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

background-color css

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

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

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

border-color css

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

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

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