Html Css Color HEX #FFBB74 Macaroni And Cheese
📋 copy color: '#FFBB74'red 255 ◦ green 187 ◦ blue 116
Shades of Macaroni And Cheese #FFBB74
Tints of Macaroni And Cheese #FFBB74
RGB
CMYK
RGB Variations
Color information
#FFBB74 (or 0xFFBB74) is known color: Macaroni And Cheese. HEX triplet: FF, BB and 74. RGB value is (255,187,116). Sum of RGB (Red+Green+Blue) = 255+187+116=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB74 is #00448B. Grayscale: #C7C7C7. Windows color (decimal): -17548 or 7650303. OLE color: 7650303.
HSL color Cylindrical-coordinate representation of color #FFBB74: hue angle of 30.65º 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 #FFBB74 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 116 | - |
| CMYK | 0 | 0.27 | 0.55 | 0 |
| HSL | 30.65º | 1% | 0.73% | - |
| HSV(B) | 30.65º | 0.55% | 1% | - |
| XYZ | 62.16 | 58.06 | 24.45 | - |
| YUV | 199.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 116 | 0 | 0.27 | 0.55 | 0 | 30.65 | 1 | 0.73 |
| Hex | FF | BB | 74 | 0 | 1B | 37 | 0 | 1F | 64 | 49 |
| Octal | 377 | 273 | 164 | 0 | 33 | 67 | 0 | 37 | 144 | 111 |
| Binary | 11111111 | 10111011 | 1110100 | 0 | 11011 | 110111 | 0 | 11111 | 1100100 | 1001001 |
Color Harmonies of #FFBB74
Complementary color
Monochromatic Colors of #FFBB74
Black with #FFBB74
Text Example
Text Example
White with #FFBB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB74; }
p { color: rgb(255,187,116); }
H1.HeaderClassName
{
color: #FFBB74;
}
.AnyTagClassName
{
color: #FFBB74;
}
</style>
background-color css
<style>
a { background-color: #FFBB74; }
a { background-color: rgb(255,187,116); }
div.DivClassName
{
background-color: #FFBB74;
}
.BgClassName
{
background-color: #FFBB74;
}
</style>
border-color css
<style>
span { border-color: #FFBB74; }
span { border-color: rgb(255,187,116); }
td.TdClassName
{
border-color: #FFBB74;
}
.TagClassName
{
border-color: #FFBB74;
}
</style>