Html Css Color HEX #F5BC7C Macaroni And Cheese
📋 copy color: '#F5BC7C'red 245 ◦ green 188 ◦ blue 124
Shades of Macaroni And Cheese #F5BC7C
Tints of Macaroni And Cheese #F5BC7C
RGB
CMYK
RGB Variations
Color information
#F5BC7C (or 0xF5BC7C) is known color: Macaroni And Cheese. HEX triplet: F5, BC and 7C. RGB value is (245,188,124). Sum of RGB (Red+Green+Blue) = 245+188+124=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC7C is #0A4383. Grayscale: #C6C6C6. Windows color (decimal): -672644 or 8174837. OLE color: 8174837.
HSL color Cylindrical-coordinate representation of color #F5BC7C: hue angle of 31.74º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5BC7C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 124 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.04 |
| HSL | 31.74º | 0.86% | 0.72% | - |
| HSV(B) | 31.74º | 0.49% | 0.96% | - |
| XYZ | 59.28 | 56.83 | 26.91 | - |
| YUV | 197.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 124 | 0 | 0.23 | 0.49 | 0.04 | 31.74 | 0.86 | 0.72 |
| Hex | F5 | BC | 7C | 0 | 17 | 31 | 4 | 20 | 56 | 48 |
| Octal | 365 | 274 | 174 | 0 | 27 | 61 | 4 | 40 | 126 | 110 |
| Binary | 11110101 | 10111100 | 1111100 | 0 | 10111 | 110001 | 100 | 100000 | 1010110 | 1001000 |
Color Harmonies of #F5BC7C
Complementary color
Monochromatic Colors of #F5BC7C
Black with #F5BC7C
Text Example
Text Example
White with #F5BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC7C; }
p { color: rgb(245,188,124); }
H1.HeaderClassName
{
color: #F5BC7C;
}
.AnyTagClassName
{
color: #F5BC7C;
}
</style>
background-color css
<style>
a { background-color: #F5BC7C; }
a { background-color: rgb(245,188,124); }
div.DivClassName
{
background-color: #F5BC7C;
}
.BgClassName
{
background-color: #F5BC7C;
}
</style>
border-color css
<style>
span { border-color: #F5BC7C; }
span { border-color: rgb(245,188,124); }
td.TdClassName
{
border-color: #F5BC7C;
}
.TagClassName
{
border-color: #F5BC7C;
}
</style>