Html Css Color HEX #FDDB5B Mustard

📋 copy color: '#FDDB5B'

red 253 ◦ green 219 ◦ blue 91

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

Shades of Mustard #FDDB5B

Tints of Mustard #FDDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.16%

R = 44.94%
G = 38.9%
B = 16.16%

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

#FDDB5B (or 0xFDDB5B) is known color: Mustard. HEX triplet: FD, DB and 5B. RGB value is (253,219,91). Sum of RGB (Red+Green+Blue) = 253+219+91=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5B is #0224A4. Grayscale: #D7D7D7. Windows color (decimal): -140453 or 6020093. OLE color: 6020093.

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

Color convert

RGB 253 219 91 -
CMYK 0 0.13 0.64 0.01
HSL 47.41º 0.98% 0.67% -
HSV(B) 47.41º 0.64% 0.99% -
XYZ 67.73 72.3 20.28 -
YUV 214.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 253 219 91 0 0.13 0.64 0.01 47.41 0.98 0.67
Hex FD DB 5B 0 D 40 1 2F 62 43
Octal 375 333 133 0 15 100 1 57 142 103
Binary 11111101 11011011 1011011 0 1101 1000000 1 101111 1100010 1000011

Color Harmonies of #FDDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB5B

Black with #FDDB5B

Text Example


Text Example

White with #FDDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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