Html Css Color HEX #FDD758 Mustard

📋 copy color: '#FDD758'

red 253 ◦ green 215 ◦ blue 88

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

Shades of Mustard #FDD758

Tints of Mustard #FDD758

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.67%

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

R = 45.5%
G = 38.67%
B = 15.83%

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

#FDD758 (or 0xFDD758) is known color: Mustard. HEX triplet: FD, D7 and 58. RGB value is (253,215,88). Sum of RGB (Red+Green+Blue) = 253+215+88=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD758 is #0228A7. Grayscale: #D4D4D4. Windows color (decimal): -141480 or 5822461. OLE color: 5822461.

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

Color convert

RGB 253 215 88 -
CMYK 0 0.15 0.65 0.01
HSL 46.18º 0.98% 0.67% -
HSV(B) 46.18º 0.65% 0.99% -
XYZ 66.57 70.19 19.27 -
YUV 211.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 253 215 88 0 0.15 0.65 0.01 46.18 0.98 0.67
Hex FD D7 58 0 F 41 1 2E 62 43
Octal 375 327 130 0 17 101 1 56 142 103
Binary 11111101 11010111 1011000 0 1111 1000001 1 101110 1100010 1000011

Color Harmonies of #FDD758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD758

Black with #FDD758

Text Example


Text Example

White with #FDD758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD758; }

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

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

background-color css

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

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

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

border-color css

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

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

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