Html Css Color HEX #FFB978 Macaroni And Cheese
📋 copy color: '#FFB978'red 255 ◦ green 185 ◦ blue 120
Shades of Macaroni And Cheese #FFB978
Tints of Macaroni And Cheese #FFB978
RGB
CMYK
RGB Variations
Color information
#FFB978 (or 0xFFB978) is known color: Macaroni And Cheese. HEX triplet: FF, B9 and 78. RGB value is (255,185,120). Sum of RGB (Red+Green+Blue) = 255+185+120=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB978 is #004687. Grayscale: #C6C6C6. Windows color (decimal): -18056 or 7911935. OLE color: 7911935.
HSL color Cylindrical-coordinate representation of color #FFB978: hue angle of 28.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFB978 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 120 | - |
| CMYK | 0 | 0.27 | 0.53 | 0 |
| HSL | 28.89º | 1% | 0.74% | - |
| HSV(B) | 28.89º | 0.53% | 1% | - |
| XYZ | 61.98 | 57.31 | 25.57 | - |
| YUV | 198.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 120 | 0 | 0.27 | 0.53 | 0 | 28.89 | 1 | 0.74 |
| Hex | FF | B9 | 78 | 0 | 1B | 35 | 0 | 1D | 64 | 4A |
| Octal | 377 | 271 | 170 | 0 | 33 | 65 | 0 | 35 | 144 | 112 |
| Binary | 11111111 | 10111001 | 1111000 | 0 | 11011 | 110101 | 0 | 11101 | 1100100 | 1001010 |
Color Harmonies of #FFB978
Complementary color
Monochromatic Colors of #FFB978
Black with #FFB978
Text Example
Text Example
White with #FFB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB978; }
p { color: rgb(255,185,120); }
H1.HeaderClassName
{
color: #FFB978;
}
.AnyTagClassName
{
color: #FFB978;
}
</style>
background-color css
<style>
a { background-color: #FFB978; }
a { background-color: rgb(255,185,120); }
div.DivClassName
{
background-color: #FFB978;
}
.BgClassName
{
background-color: #FFB978;
}
</style>
border-color css
<style>
span { border-color: #FFB978; }
span { border-color: rgb(255,185,120); }
td.TdClassName
{
border-color: #FFB978;
}
.TagClassName
{
border-color: #FFB978;
}
</style>