Html Css Color HEX #FED851 Mustard

📋 copy color: '#FED851'

red 254 ◦ green 216 ◦ blue 81

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

Shades of Mustard #FED851

Tints of Mustard #FED851

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

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

R = 46.1%
G = 39.2%
B = 14.7%

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

#FED851 (or 0xFED851) is known color: Mustard. HEX triplet: FE, D8 and 51. RGB value is (254,216,81). Sum of RGB (Red+Green+Blue) = 254+216+81=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 81 (32.03% from 255 or 14.70% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED851 is #0127AE. Grayscale: #D4D4D4. Windows color (decimal): -75695 or 5363966. OLE color: 5363966.

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

Color convert

RGB 254 216 81 -
CMYK 0 0.15 0.68 0.00
HSL 46.82º 0.99% 0.66% -
HSV(B) 46.82º 0.68% 1% -
XYZ 66.91 70.78 17.92 -
YUV 211.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 254 216 81 0 0.15 0.68 0.00 46.82 0.99 0.66
Hex FE D8 51 0 F 44 0 2F 63 42
Octal 376 330 121 0 17 104 0 57 143 102
Binary 11111110 11011000 1010001 0 1111 1000100 0 101111 1100011 1000010

Color Harmonies of #FED851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED851

Black with #FED851

Text Example


Text Example

White with #FED851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED851; }

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

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

background-color css

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

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

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

border-color css

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

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

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