Html Css Color HEX #F9BA7C Macaroni And Cheese
📋 copy color: '#F9BA7C'red 249 ◦ green 186 ◦ blue 124
Shades of Macaroni And Cheese #F9BA7C
Tints of Macaroni And Cheese #F9BA7C
RGB
CMYK
RGB Variations
Color information
#F9BA7C (or 0xF9BA7C) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 7C. RGB value is (249,186,124). Sum of RGB (Red+Green+Blue) = 249+186+124=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA7C is #064583. Grayscale: #C6C6C6. Windows color (decimal): -411012 or 8174329. OLE color: 8174329.
HSL color Cylindrical-coordinate representation of color #F9BA7C: hue angle of 29.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9BA7C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 124 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.02 |
| HSL | 29.76º | 0.91% | 0.73% | - |
| HSV(B) | 29.76º | 0.5% | 0.98% | - |
| XYZ | 60.26 | 56.71 | 26.84 | - |
| YUV | 197.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 124 | 0 | 0.25 | 0.50 | 0.02 | 29.76 | 0.91 | 0.73 |
| Hex | F9 | BA | 7C | 0 | 19 | 32 | 2 | 1E | 5B | 49 |
| Octal | 371 | 272 | 174 | 0 | 31 | 62 | 2 | 36 | 133 | 111 |
| Binary | 11111001 | 10111010 | 1111100 | 0 | 11001 | 110010 | 10 | 11110 | 1011011 | 1001001 |
Color Harmonies of #F9BA7C
Complementary color
Monochromatic Colors of #F9BA7C
Black with #F9BA7C
Text Example
Text Example
White with #F9BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA7C; }
p { color: rgb(249,186,124); }
H1.HeaderClassName
{
color: #F9BA7C;
}
.AnyTagClassName
{
color: #F9BA7C;
}
</style>
background-color css
<style>
a { background-color: #F9BA7C; }
a { background-color: rgb(249,186,124); }
div.DivClassName
{
background-color: #F9BA7C;
}
.BgClassName
{
background-color: #F9BA7C;
}
</style>
border-color css
<style>
span { border-color: #F9BA7C; }
span { border-color: rgb(249,186,124); }
td.TdClassName
{
border-color: #F9BA7C;
}
.TagClassName
{
border-color: #F9BA7C;
}
</style>