Html Css Color HEX #F9C080 Macaroni And Cheese
📋 copy color: '#F9C080'red 249 ◦ green 192 ◦ blue 128
Shades of Macaroni And Cheese #F9C080
Tints of Macaroni And Cheese #F9C080
RGB
CMYK
RGB Variations
Color information
#F9C080 (or 0xF9C080) is known color: Macaroni And Cheese. HEX triplet: F9, C0 and 80. RGB value is (249,192,128). Sum of RGB (Red+Green+Blue) = 249+192+128=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C080 is #063F7F. Grayscale: #CACACA. Windows color (decimal): -409472 or 8438009. OLE color: 8438009.
HSL color Cylindrical-coordinate representation of color #F9C080: hue angle of 31.74º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9C080 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 128 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.02 |
| HSL | 31.74º | 0.91% | 0.74% | - |
| HSV(B) | 31.74º | 0.49% | 0.98% | - |
| XYZ | 61.81 | 59.4 | 28.63 | - |
| YUV | 201.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 128 | 0 | 0.23 | 0.49 | 0.02 | 31.74 | 0.91 | 0.74 |
| Hex | F9 | C0 | 80 | 0 | 17 | 31 | 2 | 20 | 5B | 4A |
| Octal | 371 | 300 | 200 | 0 | 27 | 61 | 2 | 40 | 133 | 112 |
| Binary | 11111001 | 11000000 | 10000000 | 0 | 10111 | 110001 | 10 | 100000 | 1011011 | 1001010 |
Color Harmonies of #F9C080
Complementary color
Monochromatic Colors of #F9C080
Black with #F9C080
Text Example
Text Example
White with #F9C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C080; }
p { color: rgb(249,192,128); }
H1.HeaderClassName
{
color: #F9C080;
}
.AnyTagClassName
{
color: #F9C080;
}
</style>
background-color css
<style>
a { background-color: #F9C080; }
a { background-color: rgb(249,192,128); }
div.DivClassName
{
background-color: #F9C080;
}
.BgClassName
{
background-color: #F9C080;
}
</style>
border-color css
<style>
span { border-color: #F9C080; }
span { border-color: rgb(249,192,128); }
td.TdClassName
{
border-color: #F9C080;
}
.TagClassName
{
border-color: #F9C080;
}
</style>