Html Css Color HEX #F9DF5C Mustard

📋 copy color: '#F9DF5C'

red 249 ◦ green 223 ◦ blue 92

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

Shades of Mustard #F9DF5C

Tints of Mustard #F9DF5C

RGB

 RED value IS 249 (97.66% from 255) = 44.15%

 GREEN value IS 223 (87.5% from 255) = 39.54%

 BLUE value IS 92 (36.33% from 255) = 16.31%

R = 44.15%
G = 39.54%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9DF5C (or 0xF9DF5C) is known color: Mustard. HEX triplet: F9, DF and 5C. RGB value is (249,223,92). Sum of RGB (Red+Green+Blue) = 249+223+92=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF5C is #0620A3. Grayscale: #D8D8D8. Windows color (decimal): -401572 or 6086649. OLE color: 6086649.

HSL color Cylindrical-coordinate representation of color #F9DF5C: hue angle of 50.06º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9DF5C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 92 -
CMYK 0 0.10 0.63 0.02
HSL 50.06º 0.93% 0.67% -
HSV(B) 50.06º 0.63% 0.98% -
XYZ 67.39 73.69 20.8 -
YUV 215.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 249 223 92 0 0.10 0.63 0.02 50.06 0.93 0.67
Hex F9 DF 5C 0 A 3F 2 32 5D 43
Octal 371 337 134 0 12 77 2 62 135 103
Binary 11111001 11011111 1011100 0 1010 111111 10 110010 1011101 1000011

Color Harmonies of #F9DF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF5C

Black with #F9DF5C

Text Example


Text Example

White with #F9DF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF5C; }

 p { color: rgb(249,223,92); }

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

background-color css

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

 a { background-color: rgb(249,223,92); }

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

border-color css

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

 span { border-color: rgb(249,223,92); }

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