Html Css Color HEX #F9BA7D Macaroni And Cheese
📋 copy color: '#F9BA7D'red 249 ◦ green 186 ◦ blue 125
Shades of Macaroni And Cheese #F9BA7D
Tints of Macaroni And Cheese #F9BA7D
RGB
CMYK
RGB Variations
Color information
#F9BA7D (or 0xF9BA7D) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 7D. RGB value is (249,186,125). Sum of RGB (Red+Green+Blue) = 249+186+125=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA7D is #064582. Grayscale: #C6C6C6. Windows color (decimal): -411011 or 8239865. OLE color: 8239865.
HSL color Cylindrical-coordinate representation of color #F9BA7D: hue angle of 29.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9BA7D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 125 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.02 |
| HSL | 29.52º | 0.91% | 0.73% | - |
| HSV(B) | 29.52º | 0.5% | 0.98% | - |
| XYZ | 60.33 | 56.74 | 27.17 | - |
| YUV | 197.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 125 | 0 | 0.25 | 0.50 | 0.02 | 29.52 | 0.91 | 0.73 |
| Hex | F9 | BA | 7D | 0 | 19 | 32 | 2 | 1E | 5B | 49 |
| Octal | 371 | 272 | 175 | 0 | 31 | 62 | 2 | 36 | 133 | 111 |
| Binary | 11111001 | 10111010 | 1111101 | 0 | 11001 | 110010 | 10 | 11110 | 1011011 | 1001001 |
Color Harmonies of #F9BA7D
Complementary color
Monochromatic Colors of #F9BA7D
Black with #F9BA7D
Text Example
Text Example
White with #F9BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA7D; }
p { color: rgb(249,186,125); }
H1.HeaderClassName
{
color: #F9BA7D;
}
.AnyTagClassName
{
color: #F9BA7D;
}
</style>
background-color css
<style>
a { background-color: #F9BA7D; }
a { background-color: rgb(249,186,125); }
div.DivClassName
{
background-color: #F9BA7D;
}
.BgClassName
{
background-color: #F9BA7D;
}
</style>
border-color css
<style>
span { border-color: #F9BA7D; }
span { border-color: rgb(249,186,125); }
td.TdClassName
{
border-color: #F9BA7D;
}
.TagClassName
{
border-color: #F9BA7D;
}
</style>