Html Css Color HEX #FFB380 Macaroni And Cheese
📋 copy color: '#FFB380'red 255 ◦ green 179 ◦ blue 128
Shades of Macaroni And Cheese #FFB380
Tints of Macaroni And Cheese #FFB380
RGB
CMYK
RGB Variations
Color information
#FFB380 (or 0xFFB380) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 80. RGB value is (255,179,128). Sum of RGB (Red+Green+Blue) = 255+179+128=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB380 is #004C7F. Grayscale: #C4C4C4. Windows color (decimal): -19584 or 8434687. OLE color: 8434687.
HSL color Cylindrical-coordinate representation of color #FFB380: hue angle of 24.09º 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 #FFB380 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 128 | - |
| CMYK | 0 | 0.30 | 0.50 | 0 |
| HSL | 24.09º | 1% | 0.75% | - |
| HSV(B) | 24.09º | 0.5% | 1% | - |
| XYZ | 61.26 | 55.06 | 27.82 | - |
| YUV | 195.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 128 | 0 | 0.30 | 0.50 | 0 | 24.09 | 1 | 0.75 |
| Hex | FF | B3 | 80 | 0 | 1E | 32 | 0 | 18 | 64 | 4B |
| Octal | 377 | 263 | 200 | 0 | 36 | 62 | 0 | 30 | 144 | 113 |
| Binary | 11111111 | 10110011 | 10000000 | 0 | 11110 | 110010 | 0 | 11000 | 1100100 | 1001011 |
Color Harmonies of #FFB380
Complementary color
Monochromatic Colors of #FFB380
Black with #FFB380
Text Example
Text Example
White with #FFB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB380; }
p { color: rgb(255,179,128); }
H1.HeaderClassName
{
color: #FFB380;
}
.AnyTagClassName
{
color: #FFB380;
}
</style>
background-color css
<style>
a { background-color: #FFB380; }
a { background-color: rgb(255,179,128); }
div.DivClassName
{
background-color: #FFB380;
}
.BgClassName
{
background-color: #FFB380;
}
</style>
border-color css
<style>
span { border-color: #FFB380; }
span { border-color: rgb(255,179,128); }
td.TdClassName
{
border-color: #FFB380;
}
.TagClassName
{
border-color: #FFB380;
}
</style>