Html Css Color HEX #F6B980 Macaroni And Cheese
📋 copy color: '#F6B980'red 246 ◦ green 185 ◦ blue 128
Shades of Macaroni And Cheese #F6B980
Tints of Macaroni And Cheese #F6B980
RGB
CMYK
RGB Variations
Color information
#F6B980 (or 0xF6B980) is known color: Macaroni And Cheese. HEX triplet: F6, B9 and 80. RGB value is (246,185,128). Sum of RGB (Red+Green+Blue) = 246+185+128=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B980 is #09467F. Grayscale: #C5C5C5. Windows color (decimal): -607872 or 8436214. OLE color: 8436214.
HSL color Cylindrical-coordinate representation of color #F6B980: hue angle of 28.98º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6B980 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 128 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.04 |
| HSL | 28.98º | 0.87% | 0.73% | - |
| HSV(B) | 28.98º | 0.48% | 0.96% | - |
| XYZ | 59.25 | 55.85 | 28.08 | - |
| YUV | 196.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 128 | 0 | 0.25 | 0.48 | 0.04 | 28.98 | 0.87 | 0.73 |
| Hex | F6 | B9 | 80 | 0 | 19 | 30 | 4 | 1D | 57 | 49 |
| Octal | 366 | 271 | 200 | 0 | 31 | 60 | 4 | 35 | 127 | 111 |
| Binary | 11110110 | 10111001 | 10000000 | 0 | 11001 | 110000 | 100 | 11101 | 1010111 | 1001001 |
Color Harmonies of #F6B980
Complementary color
Monochromatic Colors of #F6B980
Black with #F6B980
Text Example
Text Example
White with #F6B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B980; }
p { color: rgb(246,185,128); }
H1.HeaderClassName
{
color: #F6B980;
}
.AnyTagClassName
{
color: #F6B980;
}
</style>
background-color css
<style>
a { background-color: #F6B980; }
a { background-color: rgb(246,185,128); }
div.DivClassName
{
background-color: #F6B980;
}
.BgClassName
{
background-color: #F6B980;
}
</style>
border-color css
<style>
span { border-color: #F6B980; }
span { border-color: rgb(246,185,128); }
td.TdClassName
{
border-color: #F6B980;
}
.TagClassName
{
border-color: #F6B980;
}
</style>