Html Css Color HEX #FFB272 Macaroni And Cheese
📋 copy color: '#FFB272'red 255 ◦ green 178 ◦ blue 114
Shades of Macaroni And Cheese #FFB272
Tints of Macaroni And Cheese #FFB272
RGB
CMYK
RGB Variations
Color information
#FFB272 (or 0xFFB272) is known color: Macaroni And Cheese. HEX triplet: FF, B2 and 72. RGB value is (255,178,114). Sum of RGB (Red+Green+Blue) = 255+178+114=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB272 is #004D8D. Grayscale: #C2C2C2. Windows color (decimal): -19854 or 7516927. OLE color: 7516927.
HSL color Cylindrical-coordinate representation of color #FFB272: hue angle of 27.23º 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 #FFB272 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 114 | - |
| CMYK | 0 | 0.30 | 0.55 | 0 |
| HSL | 27.23º | 1% | 0.72% | - |
| HSV(B) | 27.23º | 0.55% | 1% | - |
| XYZ | 60.2 | 54.32 | 23.23 | - |
| YUV | 193.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 114 | 0 | 0.30 | 0.55 | 0 | 27.23 | 1 | 0.72 |
| Hex | FF | B2 | 72 | 0 | 1E | 37 | 0 | 1B | 64 | 48 |
| Octal | 377 | 262 | 162 | 0 | 36 | 67 | 0 | 33 | 144 | 110 |
| Binary | 11111111 | 10110010 | 1110010 | 0 | 11110 | 110111 | 0 | 11011 | 1100100 | 1001000 |
Color Harmonies of #FFB272
Complementary color
Monochromatic Colors of #FFB272
Black with #FFB272
Text Example
Text Example
White with #FFB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB272; }
p { color: rgb(255,178,114); }
H1.HeaderClassName
{
color: #FFB272;
}
.AnyTagClassName
{
color: #FFB272;
}
</style>
background-color css
<style>
a { background-color: #FFB272; }
a { background-color: rgb(255,178,114); }
div.DivClassName
{
background-color: #FFB272;
}
.BgClassName
{
background-color: #FFB272;
}
</style>
border-color css
<style>
span { border-color: #FFB272; }
span { border-color: rgb(255,178,114); }
td.TdClassName
{
border-color: #FFB272;
}
.TagClassName
{
border-color: #FFB272;
}
</style>