Html Css Color HEX #FFB379 Macaroni And Cheese
📋 copy color: '#FFB379'red 255 ◦ green 179 ◦ blue 121
Shades of Macaroni And Cheese #FFB379
Tints of Macaroni And Cheese #FFB379
RGB
CMYK
RGB Variations
Color information
#FFB379 (or 0xFFB379) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 79. RGB value is (255,179,121). Sum of RGB (Red+Green+Blue) = 255+179+121=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB379 is #004C86. Grayscale: #C3C3C3. Windows color (decimal): -19591 or 7975935. OLE color: 7975935.
HSL color Cylindrical-coordinate representation of color #FFB379: hue angle of 25.97º 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 #FFB379 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 121 | - |
| CMYK | 0 | 0.30 | 0.53 | 0 |
| HSL | 25.97º | 1% | 0.74% | - |
| HSV(B) | 25.97º | 0.53% | 1% | - |
| XYZ | 60.81 | 54.88 | 25.48 | - |
| YUV | 195.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 121 | 0 | 0.30 | 0.53 | 0 | 25.97 | 1 | 0.74 |
| Hex | FF | B3 | 79 | 0 | 1E | 35 | 0 | 1A | 64 | 4A |
| Octal | 377 | 263 | 171 | 0 | 36 | 65 | 0 | 32 | 144 | 112 |
| Binary | 11111111 | 10110011 | 1111001 | 0 | 11110 | 110101 | 0 | 11010 | 1100100 | 1001010 |
Color Harmonies of #FFB379
Complementary color
Monochromatic Colors of #FFB379
Black with #FFB379
Text Example
Text Example
White with #FFB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB379; }
p { color: rgb(255,179,121); }
H1.HeaderClassName
{
color: #FFB379;
}
.AnyTagClassName
{
color: #FFB379;
}
</style>
background-color css
<style>
a { background-color: #FFB379; }
a { background-color: rgb(255,179,121); }
div.DivClassName
{
background-color: #FFB379;
}
.BgClassName
{
background-color: #FFB379;
}
</style>
border-color css
<style>
span { border-color: #FFB379; }
span { border-color: rgb(255,179,121); }
td.TdClassName
{
border-color: #FFB379;
}
.TagClassName
{
border-color: #FFB379;
}
</style>