Html Css Color HEX #FFB980 Macaroni And Cheese
📋 copy color: '#FFB980'red 255 ◦ green 185 ◦ blue 128
Shades of Macaroni And Cheese #FFB980
Tints of Macaroni And Cheese #FFB980
RGB
CMYK
RGB Variations
Color information
#FFB980 (or 0xFFB980) is known color: Macaroni And Cheese. HEX triplet: FF, B9 and 80. RGB value is (255,185,128). Sum of RGB (Red+Green+Blue) = 255+185+128=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB980 is #00467F. Grayscale: #C7C7C7. Windows color (decimal): -18048 or 8436223. OLE color: 8436223.
HSL color Cylindrical-coordinate representation of color #FFB980: hue angle of 26.93º 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 #FFB980 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 128 | - |
| CMYK | 0 | 0.27 | 0.50 | 0 |
| HSL | 26.93º | 1% | 0.75% | - |
| HSV(B) | 26.93º | 0.5% | 1% | - |
| XYZ | 62.49 | 57.52 | 28.23 | - |
| YUV | 199.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 128 | 0 | 0.27 | 0.50 | 0 | 26.93 | 1 | 0.75 |
| Hex | FF | B9 | 80 | 0 | 1B | 32 | 0 | 1B | 64 | 4B |
| Octal | 377 | 271 | 200 | 0 | 33 | 62 | 0 | 33 | 144 | 113 |
| Binary | 11111111 | 10111001 | 10000000 | 0 | 11011 | 110010 | 0 | 11011 | 1100100 | 1001011 |
Color Harmonies of #FFB980
Complementary color
Monochromatic Colors of #FFB980
Black with #FFB980
Text Example
Text Example
White with #FFB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB980; }
p { color: rgb(255,185,128); }
H1.HeaderClassName
{
color: #FFB980;
}
.AnyTagClassName
{
color: #FFB980;
}
</style>
background-color css
<style>
a { background-color: #FFB980; }
a { background-color: rgb(255,185,128); }
div.DivClassName
{
background-color: #FFB980;
}
.BgClassName
{
background-color: #FFB980;
}
</style>
border-color css
<style>
span { border-color: #FFB980; }
span { border-color: rgb(255,185,128); }
td.TdClassName
{
border-color: #FFB980;
}
.TagClassName
{
border-color: #FFB980;
}
</style>