Html Css Color HEX #F8DC5A Mustard

📋 copy color: '#F8DC5A'

red 248 ◦ green 220 ◦ blue 90

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

Shades of Mustard #F8DC5A

Tints of Mustard #F8DC5A

RGB

 RED value IS 248 (97.27% from 255) = 44.44%

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

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

R = 44.44%
G = 39.43%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8DC5A (or 0xF8DC5A) is known color: Mustard. HEX triplet: F8, DC and 5A. RGB value is (248,220,90). Sum of RGB (Red+Green+Blue) = 248+220+90=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC5A is #0723A5. Grayscale: #D6D6D6. Windows color (decimal): -467878 or 5954808. OLE color: 5954808.

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

Color convert

RGB 248 220 90 -
CMYK 0 0.11 0.64 0.03
HSL 49.37º 0.92% 0.66% -
HSV(B) 49.37º 0.64% 0.97% -
XYZ 66.15 71.88 20.06 -
YUV 213.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 248 220 90 0 0.11 0.64 0.03 49.37 0.92 0.66
Hex F8 DC 5A 0 B 40 3 31 5C 42
Octal 370 334 132 0 13 100 3 61 134 102
Binary 11111000 11011100 1011010 0 1011 1000000 11 110001 1011100 1000010

Color Harmonies of #F8DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC5A

Black with #F8DC5A

Text Example


Text Example

White with #F8DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC5A; }

 p { color: rgb(248,220,90); }

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

background-color css

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

 a { background-color: rgb(248,220,90); }

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

border-color css

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

 span { border-color: rgb(248,220,90); }

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