Html Css Color HEX #FABA73 Macaroni And Cheese
📋 copy color: '#FABA73'red 250 ◦ green 186 ◦ blue 115
Shades of Macaroni And Cheese #FABA73
Tints of Macaroni And Cheese #FABA73
RGB
CMYK
RGB Variations
Color information
#FABA73 (or 0xFABA73) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 73. RGB value is (250,186,115). Sum of RGB (Red+Green+Blue) = 250+186+115=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA73 is #05458C. Grayscale: #C5C5C5. Windows color (decimal): -345485 or 7584506. OLE color: 7584506.
HSL color Cylindrical-coordinate representation of color #FABA73: hue angle of 31.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FABA73 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 115 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.02 |
| HSL | 31.56º | 0.93% | 0.72% | - |
| HSV(B) | 31.56º | 0.54% | 0.98% | - |
| XYZ | 60.08 | 56.68 | 23.99 | - |
| YUV | 197.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 115 | 0 | 0.26 | 0.54 | 0.02 | 31.56 | 0.93 | 0.72 |
| Hex | FA | BA | 73 | 0 | 1A | 36 | 2 | 20 | 5D | 48 |
| Octal | 372 | 272 | 163 | 0 | 32 | 66 | 2 | 40 | 135 | 110 |
| Binary | 11111010 | 10111010 | 1110011 | 0 | 11010 | 110110 | 10 | 100000 | 1011101 | 1001000 |
Color Harmonies of #FABA73
Complementary color
Monochromatic Colors of #FABA73
Black with #FABA73
Text Example
Text Example
White with #FABA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA73; }
p { color: rgb(250,186,115); }
H1.HeaderClassName
{
color: #FABA73;
}
.AnyTagClassName
{
color: #FABA73;
}
</style>
background-color css
<style>
a { background-color: #FABA73; }
a { background-color: rgb(250,186,115); }
div.DivClassName
{
background-color: #FABA73;
}
.BgClassName
{
background-color: #FABA73;
}
</style>
border-color css
<style>
span { border-color: #FABA73; }
span { border-color: rgb(250,186,115); }
td.TdClassName
{
border-color: #FABA73;
}
.TagClassName
{
border-color: #FABA73;
}
</style>