Html Css Color HEX #F9BA7B Macaroni And Cheese
📋 copy color: '#F9BA7B'red 249 ◦ green 186 ◦ blue 123
Shades of Macaroni And Cheese #F9BA7B
Tints of Macaroni And Cheese #F9BA7B
RGB
CMYK
RGB Variations
Color information
#F9BA7B (or 0xF9BA7B) is known color: Macaroni And Cheese. HEX triplet: F9, BA and 7B. RGB value is (249,186,123). Sum of RGB (Red+Green+Blue) = 249+186+123=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA7B is #064584. Grayscale: #C5C5C5. Windows color (decimal): -411013 or 8108793. OLE color: 8108793.
HSL color Cylindrical-coordinate representation of color #F9BA7B: hue angle of 30º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9BA7B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 123 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.02 |
| HSL | 30º | 0.91% | 0.73% | - |
| HSV(B) | 30º | 0.51% | 0.98% | - |
| XYZ | 60.2 | 56.69 | 26.51 | - |
| YUV | 197.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 123 | 0 | 0.25 | 0.51 | 0.02 | 30 | 0.91 | 0.73 |
| Hex | F9 | BA | 7B | 0 | 19 | 33 | 2 | 1E | 5B | 49 |
| Octal | 371 | 272 | 173 | 0 | 31 | 63 | 2 | 36 | 133 | 111 |
| Binary | 11111001 | 10111010 | 1111011 | 0 | 11001 | 110011 | 10 | 11110 | 1011011 | 1001001 |
Color Harmonies of #F9BA7B
Complementary color
Monochromatic Colors of #F9BA7B
Black with #F9BA7B
Text Example
Text Example
White with #F9BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA7B; }
p { color: rgb(249,186,123); }
H1.HeaderClassName
{
color: #F9BA7B;
}
.AnyTagClassName
{
color: #F9BA7B;
}
</style>
background-color css
<style>
a { background-color: #F9BA7B; }
a { background-color: rgb(249,186,123); }
div.DivClassName
{
background-color: #F9BA7B;
}
.BgClassName
{
background-color: #F9BA7B;
}
</style>
border-color css
<style>
span { border-color: #F9BA7B; }
span { border-color: rgb(249,186,123); }
td.TdClassName
{
border-color: #F9BA7B;
}
.TagClassName
{
border-color: #F9BA7B;
}
</style>