Html Css Color HEX #FFD750 Mustard

📋 copy color: '#FFD750'

red 255 ◦ green 215 ◦ blue 80

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

Shades of Mustard #FFD750

Tints of Mustard #FFD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.09%

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

R = 46.36%
G = 39.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD750 (or 0xFFD750) is known color: Mustard. HEX triplet: FF, D7 and 50. RGB value is (255,215,80). Sum of RGB (Red+Green+Blue) = 255+215+80=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD750 is #0028AF. Grayscale: #D4D4D4. Windows color (decimal): -10416 or 5298175. OLE color: 5298175.

HSL color Cylindrical-coordinate representation of color #FFD750: hue angle of 46.29º 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 #FFD750 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 80 -
CMYK 0 0.16 0.69 0
HSL 46.29º 1% 0.66% -
HSV(B) 46.29º 0.69% 1% -
XYZ 66.99 70.44 17.66 -
YUV 211.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 255 215 80 0 0.16 0.69 0 46.29 1 0.66
Hex FF D7 50 0 10 45 0 2E 64 42
Octal 377 327 120 0 20 105 0 56 144 102
Binary 11111111 11010111 1010000 0 10000 1000101 0 101110 1100100 1000010

Color Harmonies of #FFD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD750

Black with #FFD750

Text Example


Text Example

White with #FFD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD750; }

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

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

background-color css

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

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

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

border-color css

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

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

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