Html Css Color HEX #F9BC8B Macaroni And Cheese
📋 copy color: '#F9BC8B'red 249 ◦ green 188 ◦ blue 139
Shades of Macaroni And Cheese #F9BC8B
Tints of Macaroni And Cheese #F9BC8B
RGB
CMYK
RGB Variations
Color information
#F9BC8B (or 0xF9BC8B) is known color: Macaroni And Cheese. HEX triplet: F9, BC and 8B. RGB value is (249,188,139). Sum of RGB (Red+Green+Blue) = 249+188+139=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BC8B is #064374. Grayscale: #C8C8C8. Windows color (decimal): -410485 or 9157881. OLE color: 9157881.
HSL color Cylindrical-coordinate representation of color #F9BC8B: hue angle of 26.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9BC8B is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 139 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.02 |
| HSL | 26.73º | 0.9% | 0.76% | - |
| HSV(B) | 26.73º | 0.44% | 0.98% | - |
| XYZ | 61.71 | 57.97 | 32.36 | - |
| YUV | 200.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 139 | 0 | 0.24 | 0.44 | 0.02 | 26.73 | 0.9 | 0.76 |
| Hex | F9 | BC | 8B | 0 | 18 | 2C | 2 | 1B | 5A | 4C |
| Octal | 371 | 274 | 213 | 0 | 30 | 54 | 2 | 33 | 132 | 114 |
| Binary | 11111001 | 10111100 | 10001011 | 0 | 11000 | 101100 | 10 | 11011 | 1011010 | 1001100 |
Color Harmonies of #F9BC8B
Complementary color
Monochromatic Colors of #F9BC8B
Black with #F9BC8B
Text Example
Text Example
White with #F9BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC8B; }
p { color: rgb(249,188,139); }
H1.HeaderClassName
{
color: #F9BC8B;
}
.AnyTagClassName
{
color: #F9BC8B;
}
</style>
background-color css
<style>
a { background-color: #F9BC8B; }
a { background-color: rgb(249,188,139); }
div.DivClassName
{
background-color: #F9BC8B;
}
.BgClassName
{
background-color: #F9BC8B;
}
</style>
border-color css
<style>
span { border-color: #F9BC8B; }
span { border-color: rgb(249,188,139); }
td.TdClassName
{
border-color: #F9BC8B;
}
.TagClassName
{
border-color: #F9BC8B;
}
</style>