Html Css Color HEX #F8BA80 Macaroni And Cheese
📋 copy color: '#F8BA80'red 248 ◦ green 186 ◦ blue 128
Shades of Macaroni And Cheese #F8BA80
Tints of Macaroni And Cheese #F8BA80
RGB
CMYK
RGB Variations
Color information
#F8BA80 (or 0xF8BA80) is known color: Macaroni And Cheese. HEX triplet: F8, BA and 80. RGB value is (248,186,128). Sum of RGB (Red+Green+Blue) = 248+186+128=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA80 is #07457F. Grayscale: #C6C6C6. Windows color (decimal): -476544 or 8436472. OLE color: 8436472.
HSL color Cylindrical-coordinate representation of color #F8BA80: hue angle of 29º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8BA80 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 128 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.03 |
| HSL | 29º | 0.9% | 0.74% | - |
| HSV(B) | 29º | 0.48% | 0.97% | - |
| XYZ | 60.17 | 56.63 | 28.18 | - |
| YUV | 197.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 128 | 0 | 0.25 | 0.48 | 0.03 | 29 | 0.9 | 0.74 |
| Hex | F8 | BA | 80 | 0 | 19 | 30 | 3 | 1D | 5A | 4A |
| Octal | 370 | 272 | 200 | 0 | 31 | 60 | 3 | 35 | 132 | 112 |
| Binary | 11111000 | 10111010 | 10000000 | 0 | 11001 | 110000 | 11 | 11101 | 1011010 | 1001010 |
Color Harmonies of #F8BA80
Complementary color
Monochromatic Colors of #F8BA80
Black with #F8BA80
Text Example
Text Example
White with #F8BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA80; }
p { color: rgb(248,186,128); }
H1.HeaderClassName
{
color: #F8BA80;
}
.AnyTagClassName
{
color: #F8BA80;
}
</style>
background-color css
<style>
a { background-color: #F8BA80; }
a { background-color: rgb(248,186,128); }
div.DivClassName
{
background-color: #F8BA80;
}
.BgClassName
{
background-color: #F8BA80;
}
</style>
border-color css
<style>
span { border-color: #F8BA80; }
span { border-color: rgb(248,186,128); }
td.TdClassName
{
border-color: #F8BA80;
}
.TagClassName
{
border-color: #F8BA80;
}
</style>