Html Css Color HEX #F5BB7D Macaroni And Cheese
📋 copy color: '#F5BB7D'red 245 ◦ green 187 ◦ blue 125
Shades of Macaroni And Cheese #F5BB7D
Tints of Macaroni And Cheese #F5BB7D
RGB
CMYK
RGB Variations
Color information
#F5BB7D (or 0xF5BB7D) is known color: Macaroni And Cheese. HEX triplet: F5, BB and 7D. RGB value is (245,187,125). Sum of RGB (Red+Green+Blue) = 245+187+125=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB7D is #0A4482. Grayscale: #C5C5C5. Windows color (decimal): -672899 or 8240117. OLE color: 8240117.
HSL color Cylindrical-coordinate representation of color #F5BB7D: hue angle of 31º 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 #F5BB7D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 125 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.04 |
| HSL | 31º | 0.86% | 0.73% | - |
| HSV(B) | 31º | 0.49% | 0.96% | - |
| XYZ | 59.13 | 56.43 | 27.18 | - |
| YUV | 197.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 125 | 0 | 0.24 | 0.49 | 0.04 | 31 | 0.86 | 0.73 |
| Hex | F5 | BB | 7D | 0 | 18 | 31 | 4 | 1F | 56 | 49 |
| Octal | 365 | 273 | 175 | 0 | 30 | 61 | 4 | 37 | 126 | 111 |
| Binary | 11110101 | 10111011 | 1111101 | 0 | 11000 | 110001 | 100 | 11111 | 1010110 | 1001001 |
Color Harmonies of #F5BB7D
Complementary color
Monochromatic Colors of #F5BB7D
Black with #F5BB7D
Text Example
Text Example
White with #F5BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB7D; }
p { color: rgb(245,187,125); }
H1.HeaderClassName
{
color: #F5BB7D;
}
.AnyTagClassName
{
color: #F5BB7D;
}
</style>
background-color css
<style>
a { background-color: #F5BB7D; }
a { background-color: rgb(245,187,125); }
div.DivClassName
{
background-color: #F5BB7D;
}
.BgClassName
{
background-color: #F5BB7D;
}
</style>
border-color css
<style>
span { border-color: #F5BB7D; }
span { border-color: rgb(245,187,125); }
td.TdClassName
{
border-color: #F5BB7D;
}
.TagClassName
{
border-color: #F5BB7D;
}
</style>