Html Css Color HEX #FFDE5A Mustard

📋 copy color: '#FFDE5A'

red 255 ◦ green 222 ◦ blue 90

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

Shades of Mustard #FFDE5A

Tints of Mustard #FFDE5A

RGB

 RED value IS 255 (100% from 255) = 44.97%

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

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

R = 44.97%
G = 39.15%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFDE5A (or 0xFFDE5A) is known color: Mustard. HEX triplet: FF, DE and 5A. RGB value is (255,222,90). Sum of RGB (Red+Green+Blue) = 255+222+90=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5A is #0021A5. Grayscale: #D9D9D9. Windows color (decimal): -8614 or 5955327. OLE color: 5955327.

HSL color Cylindrical-coordinate representation of color #FFDE5A: hue angle of 48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDE5A is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 90 -
CMYK 0 0.13 0.65 0
HSL 48º 1% 0.68% -
HSV(B) 48º 0.65% 1% -
XYZ 69.21 74.24 20.36 -
YUV 216.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 255 222 90 0 0.13 0.65 0 48 1 0.68
Hex FF DE 5A 0 D 41 0 30 64 44
Octal 377 336 132 0 15 101 0 60 144 104
Binary 11111111 11011110 1011010 0 1101 1000001 0 110000 1100100 1000100

Color Harmonies of #FFDE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE5A

Black with #FFDE5A

Text Example


Text Example

White with #FFDE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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