Html Css Color HEX #F5BA7D Macaroni And Cheese
📋 copy color: '#F5BA7D'red 245 ◦ green 186 ◦ blue 125
Shades of Macaroni And Cheese #F5BA7D
Tints of Macaroni And Cheese #F5BA7D
RGB
CMYK
RGB Variations
Color information
#F5BA7D (or 0xF5BA7D) is known color: Macaroni And Cheese. HEX triplet: F5, BA and 7D. RGB value is (245,186,125). Sum of RGB (Red+Green+Blue) = 245+186+125=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA7D is #0A4582. Grayscale: #C4C4C4. Windows color (decimal): -673155 or 8239861. OLE color: 8239861.
HSL color Cylindrical-coordinate representation of color #F5BA7D: hue angle of 30.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5BA7D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 125 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.04 |
| HSL | 30.5º | 0.86% | 0.73% | - |
| HSV(B) | 30.5º | 0.49% | 0.96% | - |
| XYZ | 58.92 | 56.01 | 27.11 | - |
| YUV | 196.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 125 | 0 | 0.24 | 0.49 | 0.04 | 30.5 | 0.86 | 0.73 |
| Hex | F5 | BA | 7D | 0 | 18 | 31 | 4 | 1E | 56 | 49 |
| Octal | 365 | 272 | 175 | 0 | 30 | 61 | 4 | 36 | 126 | 111 |
| Binary | 11110101 | 10111010 | 1111101 | 0 | 11000 | 110001 | 100 | 11110 | 1010110 | 1001001 |
Color Harmonies of #F5BA7D
Complementary color
Monochromatic Colors of #F5BA7D
Black with #F5BA7D
Text Example
Text Example
White with #F5BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA7D; }
p { color: rgb(245,186,125); }
H1.HeaderClassName
{
color: #F5BA7D;
}
.AnyTagClassName
{
color: #F5BA7D;
}
</style>
background-color css
<style>
a { background-color: #F5BA7D; }
a { background-color: rgb(245,186,125); }
div.DivClassName
{
background-color: #F5BA7D;
}
.BgClassName
{
background-color: #F5BA7D;
}
</style>
border-color css
<style>
span { border-color: #F5BA7D; }
span { border-color: rgb(245,186,125); }
td.TdClassName
{
border-color: #F5BA7D;
}
.TagClassName
{
border-color: #F5BA7D;
}
</style>