Html Css Color HEX #FDDC5A Mustard

📋 copy color: '#FDDC5A'

red 253 ◦ green 220 ◦ blue 90

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

Shades of Mustard #FDDC5A

Tints of Mustard #FDDC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.08%

 BLUE value IS 90 (35.55% from 255) = 15.99%

R = 44.94%
G = 39.08%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDDC5A (or 0xFDDC5A) is known color: Mustard. HEX triplet: FD, DC and 5A. RGB value is (253,220,90). Sum of RGB (Red+Green+Blue) = 253+220+90=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC5A is #0223A5. Grayscale: #D7D7D7. Windows color (decimal): -140198 or 5954813. OLE color: 5954813.

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

Color convert

RGB 253 220 90 -
CMYK 0 0.13 0.64 0.01
HSL 47.85º 0.98% 0.67% -
HSV(B) 47.85º 0.64% 0.99% -
XYZ 67.95 72.81 20.14 -
YUV 215.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 253 220 90 0 0.13 0.64 0.01 47.85 0.98 0.67
Hex FD DC 5A 0 D 40 1 30 62 43
Octal 375 334 132 0 15 100 1 60 142 103
Binary 11111101 11011100 1011010 0 1101 1000000 1 110000 1100010 1000011

Color Harmonies of #FDDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC5A

Black with #FDDC5A

Text Example


Text Example

White with #FDDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC5A; }

 p { color: rgb(253,220,90); }

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

background-color css

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

 a { background-color: rgb(253,220,90); }

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

border-color css

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

 span { border-color: rgb(253,220,90); }

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