Html Css Color HEX #F5BA74 Macaroni And Cheese
📋 copy color: '#F5BA74'red 245 ◦ green 186 ◦ blue 116
Shades of Macaroni And Cheese #F5BA74
Tints of Macaroni And Cheese #F5BA74
RGB
CMYK
RGB Variations
Color information
#F5BA74 (or 0xF5BA74) is known color: Macaroni And Cheese. HEX triplet: F5, BA and 74. RGB value is (245,186,116). Sum of RGB (Red+Green+Blue) = 245+186+116=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA74 is #0A458B. Grayscale: #C4C4C4. Windows color (decimal): -673164 or 7650037. OLE color: 7650037.
HSL color Cylindrical-coordinate representation of color #F5BA74: hue angle of 32.56º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5BA74 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 116 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.04 |
| HSL | 32.56º | 0.87% | 0.71% | - |
| HSV(B) | 32.56º | 0.53% | 0.96% | - |
| XYZ | 58.37 | 55.79 | 24.22 | - |
| YUV | 195.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 116 | 0 | 0.24 | 0.53 | 0.04 | 32.56 | 0.87 | 0.71 |
| Hex | F5 | BA | 74 | 0 | 18 | 35 | 4 | 21 | 57 | 47 |
| Octal | 365 | 272 | 164 | 0 | 30 | 65 | 4 | 41 | 127 | 107 |
| Binary | 11110101 | 10111010 | 1110100 | 0 | 11000 | 110101 | 100 | 100001 | 1010111 | 1000111 |
Color Harmonies of #F5BA74
Complementary color
Monochromatic Colors of #F5BA74
Black with #F5BA74
Text Example
Text Example
White with #F5BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA74; }
p { color: rgb(245,186,116); }
H1.HeaderClassName
{
color: #F5BA74;
}
.AnyTagClassName
{
color: #F5BA74;
}
</style>
background-color css
<style>
a { background-color: #F5BA74; }
a { background-color: rgb(245,186,116); }
div.DivClassName
{
background-color: #F5BA74;
}
.BgClassName
{
background-color: #F5BA74;
}
</style>
border-color css
<style>
span { border-color: #F5BA74; }
span { border-color: rgb(245,186,116); }
td.TdClassName
{
border-color: #F5BA74;
}
.TagClassName
{
border-color: #F5BA74;
}
</style>