Html Css Color HEX #F8C07F Macaroni And Cheese
📋 copy color: '#F8C07F'red 248 ◦ green 192 ◦ blue 127
Shades of Macaroni And Cheese #F8C07F
Tints of Macaroni And Cheese #F8C07F
RGB
CMYK
RGB Variations
Color information
#F8C07F (or 0xF8C07F) is known color: Macaroni And Cheese. HEX triplet: F8, C0 and 7F. RGB value is (248,192,127). Sum of RGB (Red+Green+Blue) = 248+192+127=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C07F is #073F80. Grayscale: #C9C9C9. Windows color (decimal): -475009 or 8372472. OLE color: 8372472.
HSL color Cylindrical-coordinate representation of color #F8C07F: hue angle of 32.23º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8C07F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 127 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.03 |
| HSL | 32.23º | 0.9% | 0.74% | - |
| HSV(B) | 32.23º | 0.49% | 0.97% | - |
| XYZ | 61.39 | 59.19 | 28.27 | - |
| YUV | 201.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 127 | 0 | 0.23 | 0.49 | 0.03 | 32.23 | 0.9 | 0.74 |
| Hex | F8 | C0 | 7F | 0 | 17 | 31 | 3 | 20 | 5A | 4A |
| Octal | 370 | 300 | 177 | 0 | 27 | 61 | 3 | 40 | 132 | 112 |
| Binary | 11111000 | 11000000 | 1111111 | 0 | 10111 | 110001 | 11 | 100000 | 1011010 | 1001010 |
Color Harmonies of #F8C07F
Complementary color
Monochromatic Colors of #F8C07F
Black with #F8C07F
Text Example
Text Example
White with #F8C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C07F; }
p { color: rgb(248,192,127); }
H1.HeaderClassName
{
color: #F8C07F;
}
.AnyTagClassName
{
color: #F8C07F;
}
</style>
background-color css
<style>
a { background-color: #F8C07F; }
a { background-color: rgb(248,192,127); }
div.DivClassName
{
background-color: #F8C07F;
}
.BgClassName
{
background-color: #F8C07F;
}
</style>
border-color css
<style>
span { border-color: #F8C07F; }
span { border-color: rgb(248,192,127); }
td.TdClassName
{
border-color: #F8C07F;
}
.TagClassName
{
border-color: #F8C07F;
}
</style>