Html Css Color HEX #FFBC74 Macaroni And Cheese
📋 copy color: '#FFBC74'red 255 ◦ green 188 ◦ blue 116
Shades of Macaroni And Cheese #FFBC74
Tints of Macaroni And Cheese #FFBC74
RGB
CMYK
RGB Variations
Color information
#FFBC74 (or 0xFFBC74) is known color: Macaroni And Cheese. HEX triplet: FF, BC and 74. RGB value is (255,188,116). Sum of RGB (Red+Green+Blue) = 255+188+116=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC74 is #00438B. Grayscale: #C8C8C8. Windows color (decimal): -17292 or 7650559. OLE color: 7650559.
HSL color Cylindrical-coordinate representation of color #FFBC74: hue angle of 31.08º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFBC74 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 116 | - |
| CMYK | 0 | 0.26 | 0.55 | 0 |
| HSL | 31.08º | 1% | 0.73% | - |
| HSV(B) | 31.08º | 0.55% | 1% | - |
| XYZ | 62.38 | 58.49 | 24.52 | - |
| YUV | 199.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 116 | 0 | 0.26 | 0.55 | 0 | 31.08 | 1 | 0.73 |
| Hex | FF | BC | 74 | 0 | 1A | 37 | 0 | 1F | 64 | 49 |
| Octal | 377 | 274 | 164 | 0 | 32 | 67 | 0 | 37 | 144 | 111 |
| Binary | 11111111 | 10111100 | 1110100 | 0 | 11010 | 110111 | 0 | 11111 | 1100100 | 1001001 |
Color Harmonies of #FFBC74
Complementary color
Monochromatic Colors of #FFBC74
Black with #FFBC74
Text Example
Text Example
White with #FFBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC74; }
p { color: rgb(255,188,116); }
H1.HeaderClassName
{
color: #FFBC74;
}
.AnyTagClassName
{
color: #FFBC74;
}
</style>
background-color css
<style>
a { background-color: #FFBC74; }
a { background-color: rgb(255,188,116); }
div.DivClassName
{
background-color: #FFBC74;
}
.BgClassName
{
background-color: #FFBC74;
}
</style>
border-color css
<style>
span { border-color: #FFBC74; }
span { border-color: rgb(255,188,116); }
td.TdClassName
{
border-color: #FFBC74;
}
.TagClassName
{
border-color: #FFBC74;
}
</style>