Html Css Color HEX #FCC085 Macaroni And Cheese
📋 copy color: '#FCC085'red 252 ◦ green 192 ◦ blue 133
Shades of Macaroni And Cheese #FCC085
Tints of Macaroni And Cheese #FCC085
RGB
CMYK
RGB Variations
Color information
#FCC085 (or 0xFCC085) is known color: Macaroni And Cheese. HEX triplet: FC, C0 and 85. RGB value is (252,192,133). Sum of RGB (Red+Green+Blue) = 252+192+133=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC085 is #033F7A. Grayscale: #CBCBCB. Windows color (decimal): -212859 or 8765692. OLE color: 8765692.
HSL color Cylindrical-coordinate representation of color #FCC085: hue angle of 29.75º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC085 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 133 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.01 |
| HSL | 29.75º | 0.95% | 0.75% | - |
| HSV(B) | 29.75º | 0.47% | 0.99% | - |
| XYZ | 63.23 | 60.09 | 30.46 | - |
| YUV | 203.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 133 | 0 | 0.24 | 0.47 | 0.01 | 29.75 | 0.95 | 0.75 |
| Hex | FC | C0 | 85 | 0 | 18 | 2F | 1 | 1E | 5F | 4B |
| Octal | 374 | 300 | 205 | 0 | 30 | 57 | 1 | 36 | 137 | 113 |
| Binary | 11111100 | 11000000 | 10000101 | 0 | 11000 | 101111 | 1 | 11110 | 1011111 | 1001011 |
Color Harmonies of #FCC085
Complementary color
Monochromatic Colors of #FCC085
Black with #FCC085
Text Example
Text Example
White with #FCC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC085; }
p { color: rgb(252,192,133); }
H1.HeaderClassName
{
color: #FCC085;
}
.AnyTagClassName
{
color: #FCC085;
}
</style>
background-color css
<style>
a { background-color: #FCC085; }
a { background-color: rgb(252,192,133); }
div.DivClassName
{
background-color: #FCC085;
}
.BgClassName
{
background-color: #FCC085;
}
</style>
border-color css
<style>
span { border-color: #FCC085; }
span { border-color: rgb(252,192,133); }
td.TdClassName
{
border-color: #FCC085;
}
.TagClassName
{
border-color: #FCC085;
}
</style>