Html Css Color HEX #FFB676 Macaroni And Cheese
📋 copy color: '#FFB676'red 255 ◦ green 182 ◦ blue 118
Shades of Macaroni And Cheese #FFB676
Tints of Macaroni And Cheese #FFB676
RGB
CMYK
RGB Variations
Color information
#FFB676 (or 0xFFB676) is known color: Macaroni And Cheese. HEX triplet: FF, B6 and 76. RGB value is (255,182,118). Sum of RGB (Red+Green+Blue) = 255+182+118=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB676 is #004989. Grayscale: #C4C4C4. Windows color (decimal): -18826 or 7780095. OLE color: 7780095.
HSL color Cylindrical-coordinate representation of color #FFB676: hue angle of 28.03º 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 #FFB676 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 118 | - |
| CMYK | 0 | 0.29 | 0.54 | 0 |
| HSL | 28.03º | 1% | 0.73% | - |
| HSV(B) | 28.03º | 0.54% | 1% | - |
| XYZ | 61.24 | 56.02 | 24.73 | - |
| YUV | 196.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 118 | 0 | 0.29 | 0.54 | 0 | 28.03 | 1 | 0.73 |
| Hex | FF | B6 | 76 | 0 | 1D | 36 | 0 | 1C | 64 | 49 |
| Octal | 377 | 266 | 166 | 0 | 35 | 66 | 0 | 34 | 144 | 111 |
| Binary | 11111111 | 10110110 | 1110110 | 0 | 11101 | 110110 | 0 | 11100 | 1100100 | 1001001 |
Color Harmonies of #FFB676
Complementary color
Monochromatic Colors of #FFB676
Black with #FFB676
Text Example
Text Example
White with #FFB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB676; }
p { color: rgb(255,182,118); }
H1.HeaderClassName
{
color: #FFB676;
}
.AnyTagClassName
{
color: #FFB676;
}
</style>
background-color css
<style>
a { background-color: #FFB676; }
a { background-color: rgb(255,182,118); }
div.DivClassName
{
background-color: #FFB676;
}
.BgClassName
{
background-color: #FFB676;
}
</style>
border-color css
<style>
span { border-color: #FFB676; }
span { border-color: rgb(255,182,118); }
td.TdClassName
{
border-color: #FFB676;
}
.TagClassName
{
border-color: #FFB676;
}
</style>