Html Css Color HEX #FDE058 Mustard

📋 copy color: '#FDE058'

red 253 ◦ green 224 ◦ blue 88

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

Shades of Mustard #FDE058

Tints of Mustard #FDE058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.65%

 BLUE value IS 88 (34.77% from 255) = 15.58%

R = 44.78%
G = 39.65%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDE058 (or 0xFDE058) is known color: Mustard. HEX triplet: FD, E0 and 58. RGB value is (253,224,88). Sum of RGB (Red+Green+Blue) = 253+224+88=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE058 is #021FA7. Grayscale: #D9D9D9. Windows color (decimal): -139176 or 5824765. OLE color: 5824765.

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

Color convert

RGB 253 224 88 -
CMYK 0 0.11 0.65 0.01
HSL 49.45º 0.98% 0.67% -
HSV(B) 49.45º 0.65% 0.99% -
XYZ 68.93 74.9 20.06 -
YUV 217.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 253 224 88 0 0.11 0.65 0.01 49.45 0.98 0.67
Hex FD E0 58 0 B 41 1 31 62 43
Octal 375 340 130 0 13 101 1 61 142 103
Binary 11111101 11100000 1011000 0 1011 1000001 1 110001 1100010 1000011

Color Harmonies of #FDE058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE058

Black with #FDE058

Text Example


Text Example

White with #FDE058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE058; }

 p { color: rgb(253,224,88); }

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

background-color css

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

 a { background-color: rgb(253,224,88); }

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

border-color css

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

 span { border-color: rgb(253,224,88); }

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