Html Css Color HEX #FAB978 Macaroni And Cheese
📋 copy color: '#FAB978'red 250 ◦ green 185 ◦ blue 120
Shades of Macaroni And Cheese #FAB978
Tints of Macaroni And Cheese #FAB978
RGB
CMYK
RGB Variations
Color information
#FAB978 (or 0xFAB978) is known color: Macaroni And Cheese. HEX triplet: FA, B9 and 78. RGB value is (250,185,120). Sum of RGB (Red+Green+Blue) = 250+185+120=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB978 is #054687. Grayscale: #C5C5C5. Windows color (decimal): -345736 or 7911930. OLE color: 7911930.
HSL color Cylindrical-coordinate representation of color #FAB978: hue angle of 30º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAB978 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 120 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.02 |
| HSL | 30º | 0.93% | 0.73% | - |
| HSV(B) | 30º | 0.52% | 0.98% | - |
| XYZ | 60.16 | 56.38 | 25.48 | - |
| YUV | 197.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 120 | 0 | 0.26 | 0.52 | 0.02 | 30 | 0.93 | 0.73 |
| Hex | FA | B9 | 78 | 0 | 1A | 34 | 2 | 1E | 5D | 49 |
| Octal | 372 | 271 | 170 | 0 | 32 | 64 | 2 | 36 | 135 | 111 |
| Binary | 11111010 | 10111001 | 1111000 | 0 | 11010 | 110100 | 10 | 11110 | 1011101 | 1001001 |
Color Harmonies of #FAB978
Complementary color
Monochromatic Colors of #FAB978
Black with #FAB978
Text Example
Text Example
White with #FAB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB978; }
p { color: rgb(250,185,120); }
H1.HeaderClassName
{
color: #FAB978;
}
.AnyTagClassName
{
color: #FAB978;
}
</style>
background-color css
<style>
a { background-color: #FAB978; }
a { background-color: rgb(250,185,120); }
div.DivClassName
{
background-color: #FAB978;
}
.BgClassName
{
background-color: #FAB978;
}
</style>
border-color css
<style>
span { border-color: #FAB978; }
span { border-color: rgb(250,185,120); }
td.TdClassName
{
border-color: #FAB978;
}
.TagClassName
{
border-color: #FAB978;
}
</style>