Html Css Color HEX #FFBC7E Macaroni And Cheese
📋 copy color: '#FFBC7E'red 255 ◦ green 188 ◦ blue 126
Shades of Macaroni And Cheese #FFBC7E
Tints of Macaroni And Cheese #FFBC7E
RGB
CMYK
RGB Variations
Color information
#FFBC7E (or 0xFFBC7E) is known color: Macaroni And Cheese. HEX triplet: FF, BC and 7E. RGB value is (255,188,126). Sum of RGB (Red+Green+Blue) = 255+188+126=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC7E is #004381. Grayscale: #C9C9C9. Windows color (decimal): -17282 or 8305919. OLE color: 8305919.
HSL color Cylindrical-coordinate representation of color #FFBC7E: hue angle of 28.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFBC7E is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 126 | - |
| CMYK | 0 | 0.26 | 0.51 | 0 |
| HSL | 28.84º | 1% | 0.75% | - |
| HSV(B) | 28.84º | 0.51% | 1% | - |
| XYZ | 62.99 | 58.73 | 27.76 | - |
| YUV | 200.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 126 | 0 | 0.26 | 0.51 | 0 | 28.84 | 1 | 0.75 |
| Hex | FF | BC | 7E | 0 | 1A | 33 | 0 | 1D | 64 | 4B |
| Octal | 377 | 274 | 176 | 0 | 32 | 63 | 0 | 35 | 144 | 113 |
| Binary | 11111111 | 10111100 | 1111110 | 0 | 11010 | 110011 | 0 | 11101 | 1100100 | 1001011 |
Color Harmonies of #FFBC7E
Complementary color
Monochromatic Colors of #FFBC7E
Black with #FFBC7E
Text Example
Text Example
White with #FFBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC7E; }
p { color: rgb(255,188,126); }
H1.HeaderClassName
{
color: #FFBC7E;
}
.AnyTagClassName
{
color: #FFBC7E;
}
</style>
background-color css
<style>
a { background-color: #FFBC7E; }
a { background-color: rgb(255,188,126); }
div.DivClassName
{
background-color: #FFBC7E;
}
.BgClassName
{
background-color: #FFBC7E;
}
</style>
border-color css
<style>
span { border-color: #FFBC7E; }
span { border-color: rgb(255,188,126); }
td.TdClassName
{
border-color: #FFBC7E;
}
.TagClassName
{
border-color: #FFBC7E;
}
</style>