Html Css Color HEX #FFDE50 Mustard

📋 copy color: '#FFDE50'

red 255 ◦ green 222 ◦ blue 80

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

Shades of Mustard #FFDE50

Tints of Mustard #FFDE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.36%

R = 45.78%
G = 39.86%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFDE50 (or 0xFFDE50) is known color: Mustard. HEX triplet: FF, DE and 50. RGB value is (255,222,80). Sum of RGB (Red+Green+Blue) = 255+222+80=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE50 is #0021AF. Grayscale: #D8D8D8. Windows color (decimal): -8624 or 5299967. OLE color: 5299967.

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

Color convert

RGB 255 222 80 -
CMYK 0 0.13 0.69 0
HSL 48.69º 1% 0.66% -
HSV(B) 48.69º 0.69% 1% -
XYZ 68.81 74.08 18.26 -
YUV 215.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 255 222 80 0 0.13 0.69 0 48.69 1 0.66
Hex FF DE 50 0 D 45 0 31 64 42
Octal 377 336 120 0 15 105 0 61 144 102
Binary 11111111 11011110 1010000 0 1101 1000101 0 110001 1100100 1000010

Color Harmonies of #FFDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE50

Black with #FFDE50

Text Example


Text Example

White with #FFDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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