Html Css Color HEX #FCC07A Macaroni And Cheese
📋 copy color: '#FCC07A'red 252 ◦ green 192 ◦ blue 122
Shades of Macaroni And Cheese #FCC07A
Tints of Macaroni And Cheese #FCC07A
RGB
CMYK
RGB Variations
Color information
#FCC07A (or 0xFCC07A) is known color: Macaroni And Cheese. HEX triplet: FC, C0 and 7A. RGB value is (252,192,122). Sum of RGB (Red+Green+Blue) = 252+192+122=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC07A is #033F85. Grayscale: #CACACA. Windows color (decimal): -212870 or 8044796. OLE color: 8044796.
HSL color Cylindrical-coordinate representation of color #FCC07A: hue angle of 32.31º degrees, saturation: 0.96, 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 #FCC07A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 122 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.01 |
| HSL | 32.31º | 0.96% | 0.73% | - |
| HSV(B) | 32.31º | 0.52% | 0.99% | - |
| XYZ | 62.51 | 59.8 | 26.66 | - |
| YUV | 201.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 122 | 0 | 0.24 | 0.52 | 0.01 | 32.31 | 0.96 | 0.73 |
| Hex | FC | C0 | 7A | 0 | 18 | 34 | 1 | 20 | 60 | 49 |
| Octal | 374 | 300 | 172 | 0 | 30 | 64 | 1 | 40 | 140 | 111 |
| Binary | 11111100 | 11000000 | 1111010 | 0 | 11000 | 110100 | 1 | 100000 | 1100000 | 1001001 |
Color Harmonies of #FCC07A
Complementary color
Monochromatic Colors of #FCC07A
Black with #FCC07A
Text Example
Text Example
White with #FCC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC07A; }
p { color: rgb(252,192,122); }
H1.HeaderClassName
{
color: #FCC07A;
}
.AnyTagClassName
{
color: #FCC07A;
}
</style>
background-color css
<style>
a { background-color: #FCC07A; }
a { background-color: rgb(252,192,122); }
div.DivClassName
{
background-color: #FCC07A;
}
.BgClassName
{
background-color: #FCC07A;
}
</style>
border-color css
<style>
span { border-color: #FCC07A; }
span { border-color: rgb(252,192,122); }
td.TdClassName
{
border-color: #FCC07A;
}
.TagClassName
{
border-color: #FCC07A;
}
</style>