Html Css Color HEX #F7DC5B Mustard

📋 copy color: '#F7DC5B'

red 247 ◦ green 220 ◦ blue 91

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

Shades of Mustard #F7DC5B

Tints of Mustard #F7DC5B

RGB

 RED value IS 247 (96.88% from 255) = 44.27%

 GREEN value IS 220 (86.33% from 255) = 39.43%

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

R = 44.27%
G = 39.43%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7DC5B (or 0xF7DC5B) is known color: Mustard. HEX triplet: F7, DC and 5B. RGB value is (247,220,91). Sum of RGB (Red+Green+Blue) = 247+220+91=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC5B is #0823A4. Grayscale: #D5D5D5. Windows color (decimal): -533413 or 6020343. OLE color: 6020343.

HSL color Cylindrical-coordinate representation of color #F7DC5B: hue angle of 49.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7DC5B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 91 -
CMYK 0 0.11 0.63 0.03
HSL 49.62º 0.91% 0.66% -
HSV(B) 49.62º 0.63% 0.97% -
XYZ 65.84 71.72 20.27 -
YUV 213.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 247 220 91 0 0.11 0.63 0.03 49.62 0.91 0.66
Hex F7 DC 5B 0 B 3F 3 32 5B 42
Octal 367 334 133 0 13 77 3 62 133 102
Binary 11110111 11011100 1011011 0 1011 111111 11 110010 1011011 1000010

Color Harmonies of #F7DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DC5B

Black with #F7DC5B

Text Example


Text Example

White with #F7DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DC5B; }

 p { color: rgb(247,220,91); }

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

background-color css

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

 a { background-color: rgb(247,220,91); }

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

border-color css

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

 span { border-color: rgb(247,220,91); }

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