Html Css Color HEX #FDDE5A Mustard

📋 copy color: '#FDDE5A'

red 253 ◦ green 222 ◦ blue 90

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

Shades of Mustard #FDDE5A

Tints of Mustard #FDDE5A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

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

R = 44.78%
G = 39.29%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDDE5A (or 0xFDDE5A) is known color: Mustard. HEX triplet: FD, DE and 5A. RGB value is (253,222,90). Sum of RGB (Red+Green+Blue) = 253+222+90=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE5A is #0221A5. Grayscale: #D8D8D8. Windows color (decimal): -139686 or 5955325. OLE color: 5955325.

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

Color convert

RGB 253 222 90 -
CMYK 0 0.12 0.64 0.01
HSL 48.59º 0.98% 0.67% -
HSV(B) 48.59º 0.64% 0.99% -
XYZ 68.47 73.86 20.32 -
YUV 216.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 253 222 90 0 0.12 0.64 0.01 48.59 0.98 0.67
Hex FD DE 5A 0 C 40 1 31 62 43
Octal 375 336 132 0 14 100 1 61 142 103
Binary 11111101 11011110 1011010 0 1100 1000000 1 110001 1100010 1000011

Color Harmonies of #FDDE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE5A

Black with #FDDE5A

Text Example


Text Example

White with #FDDE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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