Html Css Color HEX #FFBC80 Macaroni And Cheese
📋 copy color: '#FFBC80'red 255 ◦ green 188 ◦ blue 128
Shades of Macaroni And Cheese #FFBC80
Tints of Macaroni And Cheese #FFBC80
RGB
CMYK
RGB Variations
Color information
#FFBC80 (or 0xFFBC80) is known color: Macaroni And Cheese. HEX triplet: FF, BC and 80. RGB value is (255,188,128). Sum of RGB (Red+Green+Blue) = 255+188+128=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC80 is #00437F. Grayscale: #C9C9C9. Windows color (decimal): -17280 or 8436991. OLE color: 8436991.
HSL color Cylindrical-coordinate representation of color #FFBC80: hue angle of 28.35º 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 #FFBC80 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 128 | - |
| CMYK | 0 | 0.26 | 0.50 | 0 |
| HSL | 28.35º | 1% | 0.75% | - |
| HSV(B) | 28.35º | 0.5% | 1% | - |
| XYZ | 63.12 | 58.78 | 28.44 | - |
| YUV | 201.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 128 | 0 | 0.26 | 0.50 | 0 | 28.35 | 1 | 0.75 |
| Hex | FF | BC | 80 | 0 | 1A | 32 | 0 | 1C | 64 | 4B |
| Octal | 377 | 274 | 200 | 0 | 32 | 62 | 0 | 34 | 144 | 113 |
| Binary | 11111111 | 10111100 | 10000000 | 0 | 11010 | 110010 | 0 | 11100 | 1100100 | 1001011 |
Color Harmonies of #FFBC80
Complementary color
Monochromatic Colors of #FFBC80
Black with #FFBC80
Text Example
Text Example
White with #FFBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC80; }
p { color: rgb(255,188,128); }
H1.HeaderClassName
{
color: #FFBC80;
}
.AnyTagClassName
{
color: #FFBC80;
}
</style>
background-color css
<style>
a { background-color: #FFBC80; }
a { background-color: rgb(255,188,128); }
div.DivClassName
{
background-color: #FFBC80;
}
.BgClassName
{
background-color: #FFBC80;
}
</style>
border-color css
<style>
span { border-color: #FFBC80; }
span { border-color: rgb(255,188,128); }
td.TdClassName
{
border-color: #FFBC80;
}
.TagClassName
{
border-color: #FFBC80;
}
</style>