Html Css Color HEX #FDDB5A Mustard

📋 copy color: '#FDDB5A'

red 253 ◦ green 219 ◦ blue 90

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

Shades of Mustard #FDDB5A

Tints of Mustard #FDDB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.97%

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

R = 45.02%
G = 38.97%
B = 16.01%

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

#FDDB5A (or 0xFDDB5A) is known color: Mustard. HEX triplet: FD, DB and 5A. RGB value is (253,219,90). Sum of RGB (Red+Green+Blue) = 253+219+90=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5A is #0224A5. Grayscale: #D7D7D7. Windows color (decimal): -140454 or 5954557. OLE color: 5954557.

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

Color convert

RGB 253 219 90 -
CMYK 0 0.13 0.64 0.01
HSL 47.48º 0.98% 0.67% -
HSV(B) 47.48º 0.64% 0.99% -
XYZ 67.68 72.28 20.06 -
YUV 214.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 253 219 90 0 0.13 0.64 0.01 47.48 0.98 0.67
Hex FD DB 5A 0 D 40 1 2F 62 43
Octal 375 333 132 0 15 100 1 57 142 103
Binary 11111101 11011011 1011010 0 1101 1000000 1 101111 1100010 1000011

Color Harmonies of #FDDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB5A

Black with #FDDB5A

Text Example


Text Example

White with #FDDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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