Html Css Color HEX #FDE15B Mustard

📋 copy color: '#FDE15B'

red 253 ◦ green 225 ◦ blue 91

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

Shades of Mustard #FDE15B

Tints of Mustard #FDE15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.99%

R = 44.46%
G = 39.54%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDE15B (or 0xFDE15B) is known color: Mustard. HEX triplet: FD, E1 and 5B. RGB value is (253,225,91). Sum of RGB (Red+Green+Blue) = 253+225+91=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE15B is #021EA4. Grayscale: #DADADA. Windows color (decimal): -138917 or 6021629. OLE color: 6021629.

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

Color convert

RGB 253 225 91 -
CMYK 0 0.11 0.64 0.01
HSL 49.63º 0.98% 0.67% -
HSV(B) 49.63º 0.64% 0.99% -
XYZ 69.32 75.49 20.81 -
YUV 218.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 253 225 91 0 0.11 0.64 0.01 49.63 0.98 0.67
Hex FD E1 5B 0 B 40 1 32 62 43
Octal 375 341 133 0 13 100 1 62 142 103
Binary 11111101 11100001 1011011 0 1011 1000000 1 110010 1100010 1000011

Color Harmonies of #FDE15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE15B

Black with #FDE15B

Text Example


Text Example

White with #FDE15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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