Html Css Color HEX #FFBB80 Macaroni And Cheese
📋 copy color: '#FFBB80'red 255 ◦ green 187 ◦ blue 128
Shades of Macaroni And Cheese #FFBB80
Tints of Macaroni And Cheese #FFBB80
RGB
CMYK
RGB Variations
Color information
#FFBB80 (or 0xFFBB80) is known color: Macaroni And Cheese. HEX triplet: FF, BB and 80. RGB value is (255,187,128). Sum of RGB (Red+Green+Blue) = 255+187+128=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB80 is #00447F. Grayscale: #C8C8C8. Windows color (decimal): -17536 or 8436735. OLE color: 8436735.
HSL color Cylindrical-coordinate representation of color #FFBB80: hue angle of 27.87º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFBB80 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 128 | - |
| CMYK | 0 | 0.27 | 0.50 | 0 |
| HSL | 27.87º | 1% | 0.75% | - |
| HSV(B) | 27.87º | 0.5% | 1% | - |
| XYZ | 62.91 | 58.36 | 28.37 | - |
| YUV | 200.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 128 | 0 | 0.27 | 0.50 | 0 | 27.87 | 1 | 0.75 |
| Hex | FF | BB | 80 | 0 | 1B | 32 | 0 | 1C | 64 | 4B |
| Octal | 377 | 273 | 200 | 0 | 33 | 62 | 0 | 34 | 144 | 113 |
| Binary | 11111111 | 10111011 | 10000000 | 0 | 11011 | 110010 | 0 | 11100 | 1100100 | 1001011 |
Color Harmonies of #FFBB80
Complementary color
Monochromatic Colors of #FFBB80
Black with #FFBB80
Text Example
Text Example
White with #FFBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB80; }
p { color: rgb(255,187,128); }
H1.HeaderClassName
{
color: #FFBB80;
}
.AnyTagClassName
{
color: #FFBB80;
}
</style>
background-color css
<style>
a { background-color: #FFBB80; }
a { background-color: rgb(255,187,128); }
div.DivClassName
{
background-color: #FFBB80;
}
.BgClassName
{
background-color: #FFBB80;
}
</style>
border-color css
<style>
span { border-color: #FFBB80; }
span { border-color: rgb(255,187,128); }
td.TdClassName
{
border-color: #FFBB80;
}
.TagClassName
{
border-color: #FFBB80;
}
</style>