Html Css Color HEX #F9BA74 Macaroni And Cheese
📋 copy color: '#F9BA74'red 249 ◦ green 186 ◦ blue 116
Shades of Macaroni And Cheese #F9BA74
Tints of Macaroni And Cheese #F9BA74
RGB
CMYK
RGB Variations
Color information
#F9BA74 (or 0xF9BA74) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 74. RGB value is (249,186,116). Sum of RGB (Red+Green+Blue) = 249+186+116=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA74 is #06458B. Grayscale: #C5C5C5. Windows color (decimal): -411020 or 7650041. OLE color: 7650041.
HSL color Cylindrical-coordinate representation of color #F9BA74: hue angle of 31.58º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9BA74 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 116 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.02 |
| HSL | 31.58º | 0.92% | 0.72% | - |
| HSV(B) | 31.58º | 0.53% | 0.98% | - |
| XYZ | 59.78 | 56.52 | 24.28 | - |
| YUV | 196.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 116 | 0 | 0.25 | 0.53 | 0.02 | 31.58 | 0.92 | 0.72 |
| Hex | F9 | BA | 74 | 0 | 19 | 35 | 2 | 20 | 5C | 48 |
| Octal | 371 | 272 | 164 | 0 | 31 | 65 | 2 | 40 | 134 | 110 |
| Binary | 11111001 | 10111010 | 1110100 | 0 | 11001 | 110101 | 10 | 100000 | 1011100 | 1001000 |
Color Harmonies of #F9BA74
Complementary color
Monochromatic Colors of #F9BA74
Black with #F9BA74
Text Example
Text Example
White with #F9BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA74; }
p { color: rgb(249,186,116); }
H1.HeaderClassName
{
color: #F9BA74;
}
.AnyTagClassName
{
color: #F9BA74;
}
</style>
background-color css
<style>
a { background-color: #F9BA74; }
a { background-color: rgb(249,186,116); }
div.DivClassName
{
background-color: #F9BA74;
}
.BgClassName
{
background-color: #F9BA74;
}
</style>
border-color css
<style>
span { border-color: #F9BA74; }
span { border-color: rgb(249,186,116); }
td.TdClassName
{
border-color: #F9BA74;
}
.TagClassName
{
border-color: #F9BA74;
}
</style>