Html Css Color HEX #FFB372 Macaroni And Cheese
📋 copy color: '#FFB372'red 255 ◦ green 179 ◦ blue 114
Shades of Macaroni And Cheese #FFB372
Tints of Macaroni And Cheese #FFB372
RGB
CMYK
RGB Variations
Color information
#FFB372 (or 0xFFB372) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 72. RGB value is (255,179,114). Sum of RGB (Red+Green+Blue) = 255+179+114=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB372 is #004C8D. Grayscale: #C2C2C2. Windows color (decimal): -19598 or 7517183. OLE color: 7517183.
HSL color Cylindrical-coordinate representation of color #FFB372: hue angle of 27.66º 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 #FFB372 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 114 | - |
| CMYK | 0 | 0.30 | 0.55 | 0 |
| HSL | 27.66º | 1% | 0.72% | - |
| HSV(B) | 27.66º | 0.55% | 1% | - |
| XYZ | 60.4 | 54.72 | 23.3 | - |
| YUV | 194.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 114 | 0 | 0.30 | 0.55 | 0 | 27.66 | 1 | 0.72 |
| Hex | FF | B3 | 72 | 0 | 1E | 37 | 0 | 1C | 64 | 48 |
| Octal | 377 | 263 | 162 | 0 | 36 | 67 | 0 | 34 | 144 | 110 |
| Binary | 11111111 | 10110011 | 1110010 | 0 | 11110 | 110111 | 0 | 11100 | 1100100 | 1001000 |
Color Harmonies of #FFB372
Complementary color
Monochromatic Colors of #FFB372
Black with #FFB372
Text Example
Text Example
White with #FFB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB372; }
p { color: rgb(255,179,114); }
H1.HeaderClassName
{
color: #FFB372;
}
.AnyTagClassName
{
color: #FFB372;
}
</style>
background-color css
<style>
a { background-color: #FFB372; }
a { background-color: rgb(255,179,114); }
div.DivClassName
{
background-color: #FFB372;
}
.BgClassName
{
background-color: #FFB372;
}
</style>
border-color css
<style>
span { border-color: #FFB372; }
span { border-color: rgb(255,179,114); }
td.TdClassName
{
border-color: #FFB372;
}
.TagClassName
{
border-color: #FFB372;
}
</style>