Html Css Color HEX #FFB976 Macaroni And Cheese
📋 copy color: '#FFB976'red 255 ◦ green 185 ◦ blue 118
Shades of Macaroni And Cheese #FFB976
Tints of Macaroni And Cheese #FFB976
RGB
CMYK
RGB Variations
Color information
#FFB976 (or 0xFFB976) is known color: Macaroni And Cheese. HEX triplet: FF, B9 and 76. RGB value is (255,185,118). Sum of RGB (Red+Green+Blue) = 255+185+118=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB976 is #004689. Grayscale: #C6C6C6. Windows color (decimal): -18058 or 7780863. OLE color: 7780863.
HSL color Cylindrical-coordinate representation of color #FFB976: hue angle of 29.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB976 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 118 | - |
| CMYK | 0 | 0.27 | 0.54 | 0 |
| HSL | 29.34º | 1% | 0.73% | - |
| HSV(B) | 29.34º | 0.54% | 1% | - |
| XYZ | 61.86 | 57.27 | 24.93 | - |
| YUV | 198.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 118 | 0 | 0.27 | 0.54 | 0 | 29.34 | 1 | 0.73 |
| Hex | FF | B9 | 76 | 0 | 1B | 36 | 0 | 1D | 64 | 49 |
| Octal | 377 | 271 | 166 | 0 | 33 | 66 | 0 | 35 | 144 | 111 |
| Binary | 11111111 | 10111001 | 1110110 | 0 | 11011 | 110110 | 0 | 11101 | 1100100 | 1001001 |
Color Harmonies of #FFB976
Complementary color
Monochromatic Colors of #FFB976
Black with #FFB976
Text Example
Text Example
White with #FFB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB976; }
p { color: rgb(255,185,118); }
H1.HeaderClassName
{
color: #FFB976;
}
.AnyTagClassName
{
color: #FFB976;
}
</style>
background-color css
<style>
a { background-color: #FFB976; }
a { background-color: rgb(255,185,118); }
div.DivClassName
{
background-color: #FFB976;
}
.BgClassName
{
background-color: #FFB976;
}
</style>
border-color css
<style>
span { border-color: #FFB976; }
span { border-color: rgb(255,185,118); }
td.TdClassName
{
border-color: #FFB976;
}
.TagClassName
{
border-color: #FFB976;
}
</style>