Html Css Color HEX #FFB572 Macaroni And Cheese
📋 copy color: '#FFB572'red 255 ◦ green 181 ◦ blue 114
Shades of Macaroni And Cheese #FFB572
Tints of Macaroni And Cheese #FFB572
RGB
CMYK
RGB Variations
Color information
#FFB572 (or 0xFFB572) is known color: Macaroni And Cheese. HEX triplet: FF, B5 and 72. RGB value is (255,181,114). Sum of RGB (Red+Green+Blue) = 255+181+114=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB572 is #004A8D. Grayscale: #C3C3C3. Windows color (decimal): -19086 or 7517695. OLE color: 7517695.
HSL color Cylindrical-coordinate representation of color #FFB572: hue angle of 28.51º 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 #FFB572 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 114 | - |
| CMYK | 0 | 0.29 | 0.55 | 0 |
| HSL | 28.51º | 1% | 0.72% | - |
| HSV(B) | 28.51º | 0.55% | 1% | - |
| XYZ | 60.8 | 55.52 | 23.43 | - |
| YUV | 195.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 114 | 0 | 0.29 | 0.55 | 0 | 28.51 | 1 | 0.72 |
| Hex | FF | B5 | 72 | 0 | 1D | 37 | 0 | 1D | 64 | 48 |
| Octal | 377 | 265 | 162 | 0 | 35 | 67 | 0 | 35 | 144 | 110 |
| Binary | 11111111 | 10110101 | 1110010 | 0 | 11101 | 110111 | 0 | 11101 | 1100100 | 1001000 |
Color Harmonies of #FFB572
Complementary color
Monochromatic Colors of #FFB572
Black with #FFB572
Text Example
Text Example
White with #FFB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB572; }
p { color: rgb(255,181,114); }
H1.HeaderClassName
{
color: #FFB572;
}
.AnyTagClassName
{
color: #FFB572;
}
</style>
background-color css
<style>
a { background-color: #FFB572; }
a { background-color: rgb(255,181,114); }
div.DivClassName
{
background-color: #FFB572;
}
.BgClassName
{
background-color: #FFB572;
}
</style>
border-color css
<style>
span { border-color: #FFB572; }
span { border-color: rgb(255,181,114); }
td.TdClassName
{
border-color: #FFB572;
}
.TagClassName
{
border-color: #FFB572;
}
</style>