Html Css Color HEX #F9BA7A Macaroni And Cheese
📋 copy color: '#F9BA7A'red 249 ◦ green 186 ◦ blue 122
Shades of Macaroni And Cheese #F9BA7A
Tints of Macaroni And Cheese #F9BA7A
RGB
CMYK
RGB Variations
Color information
#F9BA7A (or 0xF9BA7A) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 7A. RGB value is (249,186,122). Sum of RGB (Red+Green+Blue) = 249+186+122=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA7A is #064585. Grayscale: #C5C5C5. Windows color (decimal): -411014 or 8043257. OLE color: 8043257.
HSL color Cylindrical-coordinate representation of color #F9BA7A: hue angle of 30.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9BA7A is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 122 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.02 |
| HSL | 30.24º | 0.91% | 0.73% | - |
| HSV(B) | 30.24º | 0.51% | 0.98% | - |
| XYZ | 60.14 | 56.66 | 26.18 | - |
| YUV | 197.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 122 | 0 | 0.25 | 0.51 | 0.02 | 30.24 | 0.91 | 0.73 |
| Hex | F9 | BA | 7A | 0 | 19 | 33 | 2 | 1E | 5B | 49 |
| Octal | 371 | 272 | 172 | 0 | 31 | 63 | 2 | 36 | 133 | 111 |
| Binary | 11111001 | 10111010 | 1111010 | 0 | 11001 | 110011 | 10 | 11110 | 1011011 | 1001001 |
Color Harmonies of #F9BA7A
Complementary color
Monochromatic Colors of #F9BA7A
Black with #F9BA7A
Text Example
Text Example
White with #F9BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA7A; }
p { color: rgb(249,186,122); }
H1.HeaderClassName
{
color: #F9BA7A;
}
.AnyTagClassName
{
color: #F9BA7A;
}
</style>
background-color css
<style>
a { background-color: #F9BA7A; }
a { background-color: rgb(249,186,122); }
div.DivClassName
{
background-color: #F9BA7A;
}
.BgClassName
{
background-color: #F9BA7A;
}
</style>
border-color css
<style>
span { border-color: #F9BA7A; }
span { border-color: rgb(249,186,122); }
td.TdClassName
{
border-color: #F9BA7A;
}
.TagClassName
{
border-color: #F9BA7A;
}
</style>