Html Css Color HEX #FFBC76 Macaroni And Cheese
📋 copy color: '#FFBC76'red 255 ◦ green 188 ◦ blue 118
Shades of Macaroni And Cheese #FFBC76
Tints of Macaroni And Cheese #FFBC76
RGB
CMYK
RGB Variations
Color information
#FFBC76 (or 0xFFBC76) is known color: Macaroni And Cheese. HEX triplet: FF, BC and 76. RGB value is (255,188,118). Sum of RGB (Red+Green+Blue) = 255+188+118=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC76 is #004389. Grayscale: #C8C8C8. Windows color (decimal): -17290 or 7781631. OLE color: 7781631.
HSL color Cylindrical-coordinate representation of color #FFBC76: hue angle of 30.66º 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 #FFBC76 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 118 | - |
| CMYK | 0 | 0.26 | 0.54 | 0 |
| HSL | 30.66º | 1% | 0.73% | - |
| HSV(B) | 30.66º | 0.54% | 1% | - |
| XYZ | 62.49 | 58.53 | 25.14 | - |
| YUV | 200.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 118 | 0 | 0.26 | 0.54 | 0 | 30.66 | 1 | 0.73 |
| Hex | FF | BC | 76 | 0 | 1A | 36 | 0 | 1F | 64 | 49 |
| Octal | 377 | 274 | 166 | 0 | 32 | 66 | 0 | 37 | 144 | 111 |
| Binary | 11111111 | 10111100 | 1110110 | 0 | 11010 | 110110 | 0 | 11111 | 1100100 | 1001001 |
Color Harmonies of #FFBC76
Complementary color
Monochromatic Colors of #FFBC76
Black with #FFBC76
Text Example
Text Example
White with #FFBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC76; }
p { color: rgb(255,188,118); }
H1.HeaderClassName
{
color: #FFBC76;
}
.AnyTagClassName
{
color: #FFBC76;
}
</style>
background-color css
<style>
a { background-color: #FFBC76; }
a { background-color: rgb(255,188,118); }
div.DivClassName
{
background-color: #FFBC76;
}
.BgClassName
{
background-color: #FFBC76;
}
</style>
border-color css
<style>
span { border-color: #FFBC76; }
span { border-color: rgb(255,188,118); }
td.TdClassName
{
border-color: #FFBC76;
}
.TagClassName
{
border-color: #FFBC76;
}
</style>