Html Css Color HEX #F8BA77 Macaroni And Cheese
📋 copy color: '#F8BA77'red 248 ◦ green 186 ◦ blue 119
Shades of Macaroni And Cheese #F8BA77
Tints of Macaroni And Cheese #F8BA77
RGB
CMYK
RGB Variations
Color information
#F8BA77 (or 0xF8BA77) is known color: Macaroni And Cheese. HEX triplet: F8, BA and 77. RGB value is (248,186,119). Sum of RGB (Red+Green+Blue) = 248+186+119=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA77 is #074588. Grayscale: #C5C5C5. Windows color (decimal): -476553 or 7846648. OLE color: 7846648.
HSL color Cylindrical-coordinate representation of color #F8BA77: hue angle of 31.16º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8BA77 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 119 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.03 |
| HSL | 31.16º | 0.9% | 0.72% | - |
| HSV(B) | 31.16º | 0.52% | 0.97% | - |
| XYZ | 59.6 | 56.41 | 25.2 | - |
| YUV | 196.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 119 | 0 | 0.25 | 0.52 | 0.03 | 31.16 | 0.9 | 0.72 |
| Hex | F8 | BA | 77 | 0 | 19 | 34 | 3 | 1F | 5A | 48 |
| Octal | 370 | 272 | 167 | 0 | 31 | 64 | 3 | 37 | 132 | 110 |
| Binary | 11111000 | 10111010 | 1110111 | 0 | 11001 | 110100 | 11 | 11111 | 1011010 | 1001000 |
Color Harmonies of #F8BA77
Complementary color
Monochromatic Colors of #F8BA77
Black with #F8BA77
Text Example
Text Example
White with #F8BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA77; }
p { color: rgb(248,186,119); }
H1.HeaderClassName
{
color: #F8BA77;
}
.AnyTagClassName
{
color: #F8BA77;
}
</style>
background-color css
<style>
a { background-color: #F8BA77; }
a { background-color: rgb(248,186,119); }
div.DivClassName
{
background-color: #F8BA77;
}
.BgClassName
{
background-color: #F8BA77;
}
</style>
border-color css
<style>
span { border-color: #F8BA77; }
span { border-color: rgb(248,186,119); }
td.TdClassName
{
border-color: #F8BA77;
}
.TagClassName
{
border-color: #F8BA77;
}
</style>