Html Css Color HEX #F9BA6E Macaroni And Cheese
📋 copy color: '#F9BA6E'red 249 ◦ green 186 ◦ blue 110
Shades of Macaroni And Cheese #F9BA6E
Tints of Macaroni And Cheese #F9BA6E
RGB
CMYK
RGB Variations
Color information
#F9BA6E (or 0xF9BA6E) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 6E. RGB value is (249,186,110). Sum of RGB (Red+Green+Blue) = 249+186+110=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA6E is #064591. Grayscale: #C4C4C4. Windows color (decimal): -411026 or 7256825. OLE color: 7256825.
HSL color Cylindrical-coordinate representation of color #F9BA6E: hue angle of 32.81º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9BA6E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 110 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.02 |
| HSL | 32.81º | 0.92% | 0.7% | - |
| HSV(B) | 32.81º | 0.56% | 0.98% | - |
| XYZ | 59.44 | 56.38 | 22.5 | - |
| YUV | 196.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 110 | 0 | 0.25 | 0.56 | 0.02 | 32.81 | 0.92 | 0.7 |
| Hex | F9 | BA | 6E | 0 | 19 | 38 | 2 | 21 | 5C | 46 |
| Octal | 371 | 272 | 156 | 0 | 31 | 70 | 2 | 41 | 134 | 106 |
| Binary | 11111001 | 10111010 | 1101110 | 0 | 11001 | 111000 | 10 | 100001 | 1011100 | 1000110 |
Color Harmonies of #F9BA6E
Complementary color
Monochromatic Colors of #F9BA6E
Black with #F9BA6E
Text Example
Text Example
White with #F9BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA6E; }
p { color: rgb(249,186,110); }
H1.HeaderClassName
{
color: #F9BA6E;
}
.AnyTagClassName
{
color: #F9BA6E;
}
</style>
background-color css
<style>
a { background-color: #F9BA6E; }
a { background-color: rgb(249,186,110); }
div.DivClassName
{
background-color: #F9BA6E;
}
.BgClassName
{
background-color: #F9BA6E;
}
</style>
border-color css
<style>
span { border-color: #F9BA6E; }
span { border-color: rgb(249,186,110); }
td.TdClassName
{
border-color: #F9BA6E;
}
.TagClassName
{
border-color: #F9BA6E;
}
</style>