Html Css Color HEX #FFBC77 Macaroni And Cheese
📋 copy color: '#FFBC77'red 255 ◦ green 188 ◦ blue 119
Shades of Macaroni And Cheese #FFBC77
Tints of Macaroni And Cheese #FFBC77
RGB
CMYK
RGB Variations
Color information
#FFBC77 (or 0xFFBC77) is known color: Macaroni And Cheese. HEX triplet: FF, BC and 77. RGB value is (255,188,119). Sum of RGB (Red+Green+Blue) = 255+188+119=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC77 is #004388. Grayscale: #C8C8C8. Windows color (decimal): -17289 or 7847167. OLE color: 7847167.
HSL color Cylindrical-coordinate representation of color #FFBC77: hue angle of 30.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFBC77 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 119 | - |
| CMYK | 0 | 0.26 | 0.53 | 0 |
| HSL | 30.44º | 1% | 0.73% | - |
| HSV(B) | 30.44º | 0.53% | 1% | - |
| XYZ | 62.55 | 58.56 | 25.46 | - |
| YUV | 200.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 119 | 0 | 0.26 | 0.53 | 0 | 30.44 | 1 | 0.73 |
| Hex | FF | BC | 77 | 0 | 1A | 35 | 0 | 1E | 64 | 49 |
| Octal | 377 | 274 | 167 | 0 | 32 | 65 | 0 | 36 | 144 | 111 |
| Binary | 11111111 | 10111100 | 1110111 | 0 | 11010 | 110101 | 0 | 11110 | 1100100 | 1001001 |
Color Harmonies of #FFBC77
Complementary color
Monochromatic Colors of #FFBC77
Black with #FFBC77
Text Example
Text Example
White with #FFBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC77; }
p { color: rgb(255,188,119); }
H1.HeaderClassName
{
color: #FFBC77;
}
.AnyTagClassName
{
color: #FFBC77;
}
</style>
background-color css
<style>
a { background-color: #FFBC77; }
a { background-color: rgb(255,188,119); }
div.DivClassName
{
background-color: #FFBC77;
}
.BgClassName
{
background-color: #FFBC77;
}
</style>
border-color css
<style>
span { border-color: #FFBC77; }
span { border-color: rgb(255,188,119); }
td.TdClassName
{
border-color: #FFBC77;
}
.TagClassName
{
border-color: #FFBC77;
}
</style>