Html Css Color HEX #FDE153 Mustard

📋 copy color: '#FDE153'

red 253 ◦ green 225 ◦ blue 83

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

Shades of Mustard #FDE153

Tints of Mustard #FDE153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.8%

R = 45.1%
G = 40.11%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDE153 (or 0xFDE153) is known color: Mustard. HEX triplet: FD, E1 and 53. RGB value is (253,225,83). Sum of RGB (Red+Green+Blue) = 253+225+83=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE153 is #021EAC. Grayscale: #D9D9D9. Windows color (decimal): -138925 or 5497341. OLE color: 5497341.

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

Color convert

RGB 253 225 83 -
CMYK 0 0.11 0.67 0.01
HSL 50.12º 0.98% 0.66% -
HSV(B) 50.12º 0.67% 0.99% -
XYZ 68.99 75.36 19.09 -
YUV 217.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 253 225 83 0 0.11 0.67 0.01 50.12 0.98 0.66
Hex FD E1 53 0 B 43 1 32 62 42
Octal 375 341 123 0 13 103 1 62 142 102
Binary 11111101 11100001 1010011 0 1011 1000011 1 110010 1100010 1000010

Color Harmonies of #FDE153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE153

Black with #FDE153

Text Example


Text Example

White with #FDE153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE153; }

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

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

background-color css

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

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

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

border-color css

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

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

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