Html Css Color HEX #FEDF51 Mustard

📋 copy color: '#FEDF51'

red 254 ◦ green 223 ◦ blue 81

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

Shades of Mustard #FEDF51

Tints of Mustard #FEDF51

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.96%

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

R = 45.52%
G = 39.96%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEDF51 (or 0xFEDF51) is known color: Mustard. HEX triplet: FE, DF and 51. RGB value is (254,223,81). Sum of RGB (Red+Green+Blue) = 254+223+81=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 81 (32.03% from 255 or 14.52% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF51 is #0120AE. Grayscale: #D8D8D8. Windows color (decimal): -73903 or 5365758. OLE color: 5365758.

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

Color convert

RGB 254 223 81 -
CMYK 0 0.12 0.68 0.00
HSL 49.25º 0.99% 0.66% -
HSV(B) 49.25º 0.68% 1% -
XYZ 68.75 74.44 18.53 -
YUV 216.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 254 223 81 0 0.12 0.68 0.00 49.25 0.99 0.66
Hex FE DF 51 0 C 44 0 31 63 42
Octal 376 337 121 0 14 104 0 61 143 102
Binary 11111110 11011111 1010001 0 1100 1000100 0 110001 1100011 1000010

Color Harmonies of #FEDF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF51

Black with #FEDF51

Text Example


Text Example

White with #FEDF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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