Html Css Color HEX #FFB580 Macaroni And Cheese
📋 copy color: '#FFB580'red 255 ◦ green 181 ◦ blue 128
Shades of Macaroni And Cheese #FFB580
Tints of Macaroni And Cheese #FFB580
RGB
CMYK
RGB Variations
Color information
#FFB580 (or 0xFFB580) is known color: Macaroni And Cheese. HEX triplet: FF, B5 and 80. RGB value is (255,181,128). Sum of RGB (Red+Green+Blue) = 255+181+128=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB580 is #004A7F. Grayscale: #C5C5C5. Windows color (decimal): -19072 or 8435199. OLE color: 8435199.
HSL color Cylindrical-coordinate representation of color #FFB580: hue angle of 25.04º 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 #FFB580 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 128 | - |
| CMYK | 0 | 0.29 | 0.50 | 0 |
| HSL | 25.04º | 1% | 0.75% | - |
| HSV(B) | 25.04º | 0.5% | 1% | - |
| XYZ | 61.66 | 55.87 | 27.96 | - |
| YUV | 197.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 128 | 0 | 0.29 | 0.50 | 0 | 25.04 | 1 | 0.75 |
| Hex | FF | B5 | 80 | 0 | 1D | 32 | 0 | 19 | 64 | 4B |
| Octal | 377 | 265 | 200 | 0 | 35 | 62 | 0 | 31 | 144 | 113 |
| Binary | 11111111 | 10110101 | 10000000 | 0 | 11101 | 110010 | 0 | 11001 | 1100100 | 1001011 |
Color Harmonies of #FFB580
Complementary color
Monochromatic Colors of #FFB580
Black with #FFB580
Text Example
Text Example
White with #FFB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB580; }
p { color: rgb(255,181,128); }
H1.HeaderClassName
{
color: #FFB580;
}
.AnyTagClassName
{
color: #FFB580;
}
</style>
background-color css
<style>
a { background-color: #FFB580; }
a { background-color: rgb(255,181,128); }
div.DivClassName
{
background-color: #FFB580;
}
.BgClassName
{
background-color: #FFB580;
}
</style>
border-color css
<style>
span { border-color: #FFB580; }
span { border-color: rgb(255,181,128); }
td.TdClassName
{
border-color: #FFB580;
}
.TagClassName
{
border-color: #FFB580;
}
</style>