Html Css Color HEX #FDE150 Mustard

📋 copy color: '#FDE150'

red 253 ◦ green 225 ◦ blue 80

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

Shades of Mustard #FDE150

Tints of Mustard #FDE150

RGB

 RED value IS 253 (99.22% from 255) = 45.34%

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

 BLUE value IS 80 (31.64% from 255) = 14.34%

R = 45.34%
G = 40.32%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDE150 (or 0xFDE150) is known color: Mustard. HEX triplet: FD, E1 and 50. RGB value is (253,225,80). Sum of RGB (Red+Green+Blue) = 253+225+80=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 80 (31.64% from 255 or 14.34% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE150 is #021EAF. Grayscale: #D9D9D9. Windows color (decimal): -138928 or 5300733. OLE color: 5300733.

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

Color convert

RGB 253 225 80 -
CMYK 0 0.11 0.68 0.01
HSL 50.29º 0.98% 0.65% -
HSV(B) 50.29º 0.68% 0.99% -
XYZ 68.88 75.31 18.5 -
YUV 216.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 253 225 80 0 0.11 0.68 0.01 50.29 0.98 0.65
Hex FD E1 50 0 B 44 1 32 62 41
Octal 375 341 120 0 13 104 1 62 142 101
Binary 11111101 11100001 1010000 0 1011 1000100 1 110010 1100010 1000001

Color Harmonies of #FDE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE150

Black with #FDE150

Text Example


Text Example

White with #FDE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE150; }

 p { color: rgb(253,225,80); }

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

background-color css

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

 a { background-color: rgb(253,225,80); }

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

border-color css

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

 span { border-color: rgb(253,225,80); }

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