Html Css Color HEX #F8BA7B Macaroni And Cheese
📋 copy color: '#F8BA7B'red 248 ◦ green 186 ◦ blue 123
Shades of Macaroni And Cheese #F8BA7B
Tints of Macaroni And Cheese #F8BA7B
RGB
CMYK
RGB Variations
Color information
#F8BA7B (or 0xF8BA7B) is known color: Macaroni And Cheese. HEX triplet: F8, BA and 7B. RGB value is (248,186,123). Sum of RGB (Red+Green+Blue) = 248+186+123=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA7B is #074584. Grayscale: #C5C5C5. Windows color (decimal): -476549 or 8108792. OLE color: 8108792.
HSL color Cylindrical-coordinate representation of color #F8BA7B: hue angle of 30.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8BA7B is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 123 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.03 |
| HSL | 30.24º | 0.9% | 0.73% | - |
| HSV(B) | 30.24º | 0.5% | 0.97% | - |
| XYZ | 59.85 | 56.5 | 26.49 | - |
| YUV | 197.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 123 | 0 | 0.25 | 0.50 | 0.03 | 30.24 | 0.9 | 0.73 |
| Hex | F8 | BA | 7B | 0 | 19 | 32 | 3 | 1E | 5A | 49 |
| Octal | 370 | 272 | 173 | 0 | 31 | 62 | 3 | 36 | 132 | 111 |
| Binary | 11111000 | 10111010 | 1111011 | 0 | 11001 | 110010 | 11 | 11110 | 1011010 | 1001001 |
Color Harmonies of #F8BA7B
Complementary color
Monochromatic Colors of #F8BA7B
Black with #F8BA7B
Text Example
Text Example
White with #F8BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA7B; }
p { color: rgb(248,186,123); }
H1.HeaderClassName
{
color: #F8BA7B;
}
.AnyTagClassName
{
color: #F8BA7B;
}
</style>
background-color css
<style>
a { background-color: #F8BA7B; }
a { background-color: rgb(248,186,123); }
div.DivClassName
{
background-color: #F8BA7B;
}
.BgClassName
{
background-color: #F8BA7B;
}
</style>
border-color css
<style>
span { border-color: #F8BA7B; }
span { border-color: rgb(248,186,123); }
td.TdClassName
{
border-color: #F8BA7B;
}
.TagClassName
{
border-color: #F8BA7B;
}
</style>