Html Css Color HEX #FDD858 Mustard

📋 copy color: '#FDD858'

red 253 ◦ green 216 ◦ blue 88

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

Shades of Mustard #FDD858

Tints of Mustard #FDD858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 45.42%
G = 38.78%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDD858 (or 0xFDD858) is known color: Mustard. HEX triplet: FD, D8 and 58. RGB value is (253,216,88). Sum of RGB (Red+Green+Blue) = 253+216+88=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD858 is #0227A7. Grayscale: #D5D5D5. Windows color (decimal): -141224 or 5822717. OLE color: 5822717.

HSL color Cylindrical-coordinate representation of color #FDD858: hue angle of 46.55º 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 #FDD858 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 88 -
CMYK 0 0.15 0.65 0.01
HSL 46.55º 0.98% 0.67% -
HSV(B) 46.55º 0.65% 0.99% -
XYZ 66.83 70.7 19.36 -
YUV 212.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 253 216 88 0 0.15 0.65 0.01 46.55 0.98 0.67
Hex FD D8 58 0 F 41 1 2F 62 43
Octal 375 330 130 0 17 101 1 57 142 103
Binary 11111101 11011000 1011000 0 1111 1000001 1 101111 1100010 1000011

Color Harmonies of #FDD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD858

Black with #FDD858

Text Example


Text Example

White with #FDD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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