Html Css Color HEX #FFB772 Macaroni And Cheese
📋 copy color: '#FFB772'red 255 ◦ green 183 ◦ blue 114
Shades of Macaroni And Cheese #FFB772
Tints of Macaroni And Cheese #FFB772
RGB
CMYK
RGB Variations
Color information
#FFB772 (or 0xFFB772) is known color: Macaroni And Cheese. HEX triplet: FF, B7 and 72. RGB value is (255,183,114). Sum of RGB (Red+Green+Blue) = 255+183+114=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB772 is #00488D. Grayscale: #C5C5C5. Windows color (decimal): -18574 or 7518207. OLE color: 7518207.
HSL color Cylindrical-coordinate representation of color #FFB772: hue angle of 29.36º 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 #FFB772 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 114 | - |
| CMYK | 0 | 0.28 | 0.55 | 0 |
| HSL | 29.36º | 1% | 0.72% | - |
| HSV(B) | 29.36º | 0.55% | 1% | - |
| XYZ | 61.21 | 56.34 | 23.57 | - |
| YUV | 196.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 114 | 0 | 0.28 | 0.55 | 0 | 29.36 | 1 | 0.72 |
| Hex | FF | B7 | 72 | 0 | 1C | 37 | 0 | 1D | 64 | 48 |
| Octal | 377 | 267 | 162 | 0 | 34 | 67 | 0 | 35 | 144 | 110 |
| Binary | 11111111 | 10110111 | 1110010 | 0 | 11100 | 110111 | 0 | 11101 | 1100100 | 1001000 |
Color Harmonies of #FFB772
Complementary color
Monochromatic Colors of #FFB772
Black with #FFB772
Text Example
Text Example
White with #FFB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB772; }
p { color: rgb(255,183,114); }
H1.HeaderClassName
{
color: #FFB772;
}
.AnyTagClassName
{
color: #FFB772;
}
</style>
background-color css
<style>
a { background-color: #FFB772; }
a { background-color: rgb(255,183,114); }
div.DivClassName
{
background-color: #FFB772;
}
.BgClassName
{
background-color: #FFB772;
}
</style>
border-color css
<style>
span { border-color: #FFB772; }
span { border-color: rgb(255,183,114); }
td.TdClassName
{
border-color: #FFB772;
}
.TagClassName
{
border-color: #FFB772;
}
</style>