Html Css Color HEX #FEDD51 Mustard

📋 copy color: '#FEDD51'

red 254 ◦ green 221 ◦ blue 81

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

Shades of Mustard #FEDD51

Tints of Mustard #FEDD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.75%

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

R = 45.68%
G = 39.75%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEDD51 (or 0xFEDD51) is known color: Mustard. HEX triplet: FE, DD and 51. RGB value is (254,221,81). Sum of RGB (Red+Green+Blue) = 254+221+81=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD51 is #0122AE. Grayscale: #D7D7D7. Windows color (decimal): -74415 or 5365246. OLE color: 5365246.

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

Color convert

RGB 254 221 81 -
CMYK 0 0.13 0.68 0.00
HSL 48.55º 0.99% 0.66% -
HSV(B) 48.55º 0.68% 1% -
XYZ 68.21 73.38 18.35 -
YUV 214.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 254 221 81 0 0.13 0.68 0.00 48.55 0.99 0.66
Hex FE DD 51 0 D 44 0 31 63 42
Octal 376 335 121 0 15 104 0 61 143 102
Binary 11111110 11011101 1010001 0 1101 1000100 0 110001 1100011 1000010

Color Harmonies of #FEDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD51

Black with #FEDD51

Text Example


Text Example

White with #FEDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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