Html Css Color HEX #FDC079 Macaroni And Cheese
📋 copy color: '#FDC079'red 253 ◦ green 192 ◦ blue 121
Shades of Macaroni And Cheese #FDC079
Tints of Macaroni And Cheese #FDC079
RGB
CMYK
RGB Variations
Color information
#FDC079 (or 0xFDC079) is known color: Macaroni And Cheese. HEX triplet: FD, C0 and 79. RGB value is (253,192,121). Sum of RGB (Red+Green+Blue) = 253+192+121=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC079 is #023F86. Grayscale: #CACACA. Windows color (decimal): -147335 or 7979261. OLE color: 7979261.
HSL color Cylindrical-coordinate representation of color #FDC079: hue angle of 32.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC079 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 121 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.01 |
| HSL | 32.27º | 0.97% | 0.73% | - |
| HSV(B) | 32.27º | 0.52% | 0.99% | - |
| XYZ | 62.81 | 59.96 | 26.35 | - |
| YUV | 202.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 121 | 0 | 0.24 | 0.52 | 0.01 | 32.27 | 0.97 | 0.73 |
| Hex | FD | C0 | 79 | 0 | 18 | 34 | 1 | 20 | 61 | 49 |
| Octal | 375 | 300 | 171 | 0 | 30 | 64 | 1 | 40 | 141 | 111 |
| Binary | 11111101 | 11000000 | 1111001 | 0 | 11000 | 110100 | 1 | 100000 | 1100001 | 1001001 |
Color Harmonies of #FDC079
Complementary color
Monochromatic Colors of #FDC079
Black with #FDC079
Text Example
Text Example
White with #FDC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC079; }
p { color: rgb(253,192,121); }
H1.HeaderClassName
{
color: #FDC079;
}
.AnyTagClassName
{
color: #FDC079;
}
</style>
background-color css
<style>
a { background-color: #FDC079; }
a { background-color: rgb(253,192,121); }
div.DivClassName
{
background-color: #FDC079;
}
.BgClassName
{
background-color: #FDC079;
}
</style>
border-color css
<style>
span { border-color: #FDC079; }
span { border-color: rgb(253,192,121); }
td.TdClassName
{
border-color: #FDC079;
}
.TagClassName
{
border-color: #FDC079;
}
</style>