Html Css Color HEX #FCC185 Macaroni And Cheese
📋 copy color: '#FCC185'red 252 ◦ green 193 ◦ blue 133
Shades of Macaroni And Cheese #FCC185
Tints of Macaroni And Cheese #FCC185
RGB
CMYK
RGB Variations
Color information
#FCC185 (or 0xFCC185) is known color: Macaroni And Cheese. HEX triplet: FC, C1 and 85. RGB value is (252,193,133). Sum of RGB (Red+Green+Blue) = 252+193+133=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC185 is #033E7A. Grayscale: #CCCCCC. Windows color (decimal): -212603 or 8765948. OLE color: 8765948.
HSL color Cylindrical-coordinate representation of color #FCC185: hue angle of 30.25º 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 #FCC185 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 133 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.01 |
| HSL | 30.25º | 0.95% | 0.75% | - |
| HSV(B) | 30.25º | 0.47% | 0.99% | - |
| XYZ | 63.45 | 60.53 | 30.53 | - |
| YUV | 203.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 133 | 0 | 0.23 | 0.47 | 0.01 | 30.25 | 0.95 | 0.75 |
| Hex | FC | C1 | 85 | 0 | 17 | 2F | 1 | 1E | 5F | 4B |
| Octal | 374 | 301 | 205 | 0 | 27 | 57 | 1 | 36 | 137 | 113 |
| Binary | 11111100 | 11000001 | 10000101 | 0 | 10111 | 101111 | 1 | 11110 | 1011111 | 1001011 |
Color Harmonies of #FCC185
Complementary color
Monochromatic Colors of #FCC185
Black with #FCC185
Text Example
Text Example
White with #FCC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC185; }
p { color: rgb(252,193,133); }
H1.HeaderClassName
{
color: #FCC185;
}
.AnyTagClassName
{
color: #FCC185;
}
</style>
background-color css
<style>
a { background-color: #FCC185; }
a { background-color: rgb(252,193,133); }
div.DivClassName
{
background-color: #FCC185;
}
.BgClassName
{
background-color: #FCC185;
}
</style>
border-color css
<style>
span { border-color: #FCC185; }
span { border-color: rgb(252,193,133); }
td.TdClassName
{
border-color: #FCC185;
}
.TagClassName
{
border-color: #FCC185;
}
</style>