Html Css Color HEX #FFB972 Macaroni And Cheese
📋 copy color: '#FFB972'red 255 ◦ green 185 ◦ blue 114
Shades of Macaroni And Cheese #FFB972
Tints of Macaroni And Cheese #FFB972
RGB
CMYK
RGB Variations
Color information
#FFB972 (or 0xFFB972) is known color: Macaroni And Cheese. HEX triplet: FF, B9 and 72. RGB value is (255,185,114). Sum of RGB (Red+Green+Blue) = 255+185+114=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB972 is #00468D. Grayscale: #C6C6C6. Windows color (decimal): -18062 or 7518719. OLE color: 7518719.
HSL color Cylindrical-coordinate representation of color #FFB972: hue angle of 30.21º 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 #FFB972 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 114 | - |
| CMYK | 0 | 0.27 | 0.55 | 0 |
| HSL | 30.21º | 1% | 0.72% | - |
| HSV(B) | 30.21º | 0.55% | 1% | - |
| XYZ | 61.63 | 57.17 | 23.71 | - |
| YUV | 197.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 114 | 0 | 0.27 | 0.55 | 0 | 30.21 | 1 | 0.72 |
| Hex | FF | B9 | 72 | 0 | 1B | 37 | 0 | 1E | 64 | 48 |
| Octal | 377 | 271 | 162 | 0 | 33 | 67 | 0 | 36 | 144 | 110 |
| Binary | 11111111 | 10111001 | 1110010 | 0 | 11011 | 110111 | 0 | 11110 | 1100100 | 1001000 |
Color Harmonies of #FFB972
Complementary color
Monochromatic Colors of #FFB972
Black with #FFB972
Text Example
Text Example
White with #FFB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB972; }
p { color: rgb(255,185,114); }
H1.HeaderClassName
{
color: #FFB972;
}
.AnyTagClassName
{
color: #FFB972;
}
</style>
background-color css
<style>
a { background-color: #FFB972; }
a { background-color: rgb(255,185,114); }
div.DivClassName
{
background-color: #FFB972;
}
.BgClassName
{
background-color: #FFB972;
}
</style>
border-color css
<style>
span { border-color: #FFB972; }
span { border-color: rgb(255,185,114); }
td.TdClassName
{
border-color: #FFB972;
}
.TagClassName
{
border-color: #FFB972;
}
</style>