Html Css Color HEX #FFB472 Macaroni And Cheese
📋 copy color: '#FFB472'red 255 ◦ green 180 ◦ blue 114
Shades of Macaroni And Cheese #FFB472
Tints of Macaroni And Cheese #FFB472
RGB
CMYK
RGB Variations
Color information
#FFB472 (or 0xFFB472) is known color: Macaroni And Cheese. HEX triplet: FF, B4 and 72. RGB value is (255,180,114). Sum of RGB (Red+Green+Blue) = 255+180+114=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB472 is #004B8D. Grayscale: #C3C3C3. Windows color (decimal): -19342 or 7517439. OLE color: 7517439.
HSL color Cylindrical-coordinate representation of color #FFB472: hue angle of 28.09º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFB472 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 114 | - |
| CMYK | 0 | 0.29 | 0.55 | 0 |
| HSL | 28.09º | 1% | 0.72% | - |
| HSV(B) | 28.09º | 0.55% | 1% | - |
| XYZ | 60.6 | 55.12 | 23.36 | - |
| YUV | 194.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 114 | 0 | 0.29 | 0.55 | 0 | 28.09 | 1 | 0.72 |
| Hex | FF | B4 | 72 | 0 | 1D | 37 | 0 | 1C | 64 | 48 |
| Octal | 377 | 264 | 162 | 0 | 35 | 67 | 0 | 34 | 144 | 110 |
| Binary | 11111111 | 10110100 | 1110010 | 0 | 11101 | 110111 | 0 | 11100 | 1100100 | 1001000 |
Color Harmonies of #FFB472
Complementary color
Monochromatic Colors of #FFB472
Black with #FFB472
Text Example
Text Example
White with #FFB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB472; }
p { color: rgb(255,180,114); }
H1.HeaderClassName
{
color: #FFB472;
}
.AnyTagClassName
{
color: #FFB472;
}
</style>
background-color css
<style>
a { background-color: #FFB472; }
a { background-color: rgb(255,180,114); }
div.DivClassName
{
background-color: #FFB472;
}
.BgClassName
{
background-color: #FFB472;
}
</style>
border-color css
<style>
span { border-color: #FFB472; }
span { border-color: rgb(255,180,114); }
td.TdClassName
{
border-color: #FFB472;
}
.TagClassName
{
border-color: #FFB472;
}
</style>