Html Css Color HEX #FFB376 Macaroni And Cheese
📋 copy color: '#FFB376'red 255 ◦ green 179 ◦ blue 118
Shades of Macaroni And Cheese #FFB376
Tints of Macaroni And Cheese #FFB376
RGB
CMYK
RGB Variations
Color information
#FFB376 (or 0xFFB376) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 76. RGB value is (255,179,118). Sum of RGB (Red+Green+Blue) = 255+179+118=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB376 is #004C89. Grayscale: #C3C3C3. Windows color (decimal): -19594 or 7779327. OLE color: 7779327.
HSL color Cylindrical-coordinate representation of color #FFB376: hue angle of 26.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB376 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 118 | - |
| CMYK | 0 | 0.30 | 0.54 | 0 |
| HSL | 26.72º | 1% | 0.73% | - |
| HSV(B) | 26.72º | 0.54% | 1% | - |
| XYZ | 60.63 | 54.81 | 24.52 | - |
| YUV | 194.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 118 | 0 | 0.30 | 0.54 | 0 | 26.72 | 1 | 0.73 |
| Hex | FF | B3 | 76 | 0 | 1E | 36 | 0 | 1B | 64 | 49 |
| Octal | 377 | 263 | 166 | 0 | 36 | 66 | 0 | 33 | 144 | 111 |
| Binary | 11111111 | 10110011 | 1110110 | 0 | 11110 | 110110 | 0 | 11011 | 1100100 | 1001001 |
Color Harmonies of #FFB376
Complementary color
Monochromatic Colors of #FFB376
Black with #FFB376
Text Example
Text Example
White with #FFB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB376; }
p { color: rgb(255,179,118); }
H1.HeaderClassName
{
color: #FFB376;
}
.AnyTagClassName
{
color: #FFB376;
}
</style>
background-color css
<style>
a { background-color: #FFB376; }
a { background-color: rgb(255,179,118); }
div.DivClassName
{
background-color: #FFB376;
}
.BgClassName
{
background-color: #FFB376;
}
</style>
border-color css
<style>
span { border-color: #FFB376; }
span { border-color: rgb(255,179,118); }
td.TdClassName
{
border-color: #FFB376;
}
.TagClassName
{
border-color: #FFB376;
}
</style>