Html Css Color HEX #FFBE72 Macaroni And Cheese
📋 copy color: '#FFBE72'red 255 ◦ green 190 ◦ blue 114
Shades of Macaroni And Cheese #FFBE72
Tints of Macaroni And Cheese #FFBE72
RGB
CMYK
RGB Variations
Color information
#FFBE72 (or 0xFFBE72) is known color: Macaroni And Cheese. HEX triplet: FF, BE and 72. RGB value is (255,190,114). Sum of RGB (Red+Green+Blue) = 255+190+114=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE72 is #00418D. Grayscale: #C9C9C9. Windows color (decimal): -16782 or 7519999. OLE color: 7519999.
HSL color Cylindrical-coordinate representation of color #FFBE72: hue angle of 32.34º 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 #FFBE72 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 114 | - |
| CMYK | 0 | 0.25 | 0.55 | 0 |
| HSL | 32.34º | 1% | 0.72% | - |
| HSV(B) | 32.34º | 0.55% | 1% | - |
| XYZ | 62.69 | 59.3 | 24.06 | - |
| YUV | 200.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 114 | 0 | 0.25 | 0.55 | 0 | 32.34 | 1 | 0.72 |
| Hex | FF | BE | 72 | 0 | 19 | 37 | 0 | 20 | 64 | 48 |
| Octal | 377 | 276 | 162 | 0 | 31 | 67 | 0 | 40 | 144 | 110 |
| Binary | 11111111 | 10111110 | 1110010 | 0 | 11001 | 110111 | 0 | 100000 | 1100100 | 1001000 |
Color Harmonies of #FFBE72
Complementary color
Monochromatic Colors of #FFBE72
Black with #FFBE72
Text Example
Text Example
White with #FFBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE72; }
p { color: rgb(255,190,114); }
H1.HeaderClassName
{
color: #FFBE72;
}
.AnyTagClassName
{
color: #FFBE72;
}
</style>
background-color css
<style>
a { background-color: #FFBE72; }
a { background-color: rgb(255,190,114); }
div.DivClassName
{
background-color: #FFBE72;
}
.BgClassName
{
background-color: #FFBE72;
}
</style>
border-color css
<style>
span { border-color: #FFBE72; }
span { border-color: rgb(255,190,114); }
td.TdClassName
{
border-color: #FFBE72;
}
.TagClassName
{
border-color: #FFBE72;
}
</style>