Html Css Color HEX #F5BD7D Macaroni And Cheese
📋 copy color: '#F5BD7D'red 245 ◦ green 189 ◦ blue 125
Shades of Macaroni And Cheese #F5BD7D
Tints of Macaroni And Cheese #F5BD7D
RGB
CMYK
RGB Variations
Color information
#F5BD7D (or 0xF5BD7D) is known color: Macaroni And Cheese. HEX triplet: F5, BD and 7D. RGB value is (245,189,125). Sum of RGB (Red+Green+Blue) = 245+189+125=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD7D is #0A4282. Grayscale: #C6C6C6. Windows color (decimal): -672387 or 8240629. OLE color: 8240629.
HSL color Cylindrical-coordinate representation of color #F5BD7D: hue angle of 32º 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 #F5BD7D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 125 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.04 |
| HSL | 32º | 0.86% | 0.73% | - |
| HSV(B) | 32º | 0.49% | 0.96% | - |
| XYZ | 59.56 | 57.29 | 27.32 | - |
| YUV | 198.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 125 | 0 | 0.23 | 0.49 | 0.04 | 32 | 0.86 | 0.73 |
| Hex | F5 | BD | 7D | 0 | 17 | 31 | 4 | 20 | 56 | 49 |
| Octal | 365 | 275 | 175 | 0 | 27 | 61 | 4 | 40 | 126 | 111 |
| Binary | 11110101 | 10111101 | 1111101 | 0 | 10111 | 110001 | 100 | 100000 | 1010110 | 1001001 |
Color Harmonies of #F5BD7D
Complementary color
Monochromatic Colors of #F5BD7D
Black with #F5BD7D
Text Example
Text Example
White with #F5BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD7D; }
p { color: rgb(245,189,125); }
H1.HeaderClassName
{
color: #F5BD7D;
}
.AnyTagClassName
{
color: #F5BD7D;
}
</style>
background-color css
<style>
a { background-color: #F5BD7D; }
a { background-color: rgb(245,189,125); }
div.DivClassName
{
background-color: #F5BD7D;
}
.BgClassName
{
background-color: #F5BD7D;
}
</style>
border-color css
<style>
span { border-color: #F5BD7D; }
span { border-color: rgb(245,189,125); }
td.TdClassName
{
border-color: #F5BD7D;
}
.TagClassName
{
border-color: #F5BD7D;
}
</style>