Html Css Color HEX #FFB780 Macaroni And Cheese
📋 copy color: '#FFB780'red 255 ◦ green 183 ◦ blue 128
Shades of Macaroni And Cheese #FFB780
Tints of Macaroni And Cheese #FFB780
RGB
CMYK
RGB Variations
Color information
#FFB780 (or 0xFFB780) is known color: Macaroni And Cheese. HEX triplet: FF, B7 and 80. RGB value is (255,183,128). Sum of RGB (Red+Green+Blue) = 255+183+128=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB780 is #00487F. Grayscale: #C6C6C6. Windows color (decimal): -18560 or 8435711. OLE color: 8435711.
HSL color Cylindrical-coordinate representation of color #FFB780: hue angle of 25.98º 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 #FFB780 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 128 | - |
| CMYK | 0 | 0.28 | 0.50 | 0 |
| HSL | 25.98º | 1% | 0.75% | - |
| HSV(B) | 25.98º | 0.5% | 1% | - |
| XYZ | 62.07 | 56.69 | 28.09 | - |
| YUV | 198.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 128 | 0 | 0.28 | 0.50 | 0 | 25.98 | 1 | 0.75 |
| Hex | FF | B7 | 80 | 0 | 1C | 32 | 0 | 1A | 64 | 4B |
| Octal | 377 | 267 | 200 | 0 | 34 | 62 | 0 | 32 | 144 | 113 |
| Binary | 11111111 | 10110111 | 10000000 | 0 | 11100 | 110010 | 0 | 11010 | 1100100 | 1001011 |
Color Harmonies of #FFB780
Complementary color
Monochromatic Colors of #FFB780
Black with #FFB780
Text Example
Text Example
White with #FFB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB780; }
p { color: rgb(255,183,128); }
H1.HeaderClassName
{
color: #FFB780;
}
.AnyTagClassName
{
color: #FFB780;
}
</style>
background-color css
<style>
a { background-color: #FFB780; }
a { background-color: rgb(255,183,128); }
div.DivClassName
{
background-color: #FFB780;
}
.BgClassName
{
background-color: #FFB780;
}
</style>
border-color css
<style>
span { border-color: #FFB780; }
span { border-color: rgb(255,183,128); }
td.TdClassName
{
border-color: #FFB780;
}
.TagClassName
{
border-color: #FFB780;
}
</style>