Html Css Color HEX #FDC285 Macaroni And Cheese
📋 copy color: '#FDC285'red 253 ◦ green 194 ◦ blue 133
Shades of Macaroni And Cheese #FDC285
Tints of Macaroni And Cheese #FDC285
RGB
CMYK
RGB Variations
Color information
#FDC285 (or 0xFDC285) is known color: Macaroni And Cheese. HEX triplet: FD, C2 and 85. RGB value is (253,194,133). Sum of RGB (Red+Green+Blue) = 253+194+133=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC285 is #023D7A. Grayscale: #CCCCCC. Windows color (decimal): -146811 or 8766205. OLE color: 8766205.
HSL color Cylindrical-coordinate representation of color #FDC285: hue angle of 30.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC285 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 133 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.01 |
| HSL | 30.5º | 0.97% | 0.76% | - |
| HSV(B) | 30.5º | 0.47% | 0.99% | - |
| XYZ | 64.03 | 61.16 | 30.62 | - |
| YUV | 204.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 133 | 0 | 0.23 | 0.47 | 0.01 | 30.5 | 0.97 | 0.76 |
| Hex | FD | C2 | 85 | 0 | 17 | 2F | 1 | 1E | 61 | 4C |
| Octal | 375 | 302 | 205 | 0 | 27 | 57 | 1 | 36 | 141 | 114 |
| Binary | 11111101 | 11000010 | 10000101 | 0 | 10111 | 101111 | 1 | 11110 | 1100001 | 1001100 |
Color Harmonies of #FDC285
Complementary color
Monochromatic Colors of #FDC285
Black with #FDC285
Text Example
Text Example
White with #FDC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC285; }
p { color: rgb(253,194,133); }
H1.HeaderClassName
{
color: #FDC285;
}
.AnyTagClassName
{
color: #FDC285;
}
</style>
background-color css
<style>
a { background-color: #FDC285; }
a { background-color: rgb(253,194,133); }
div.DivClassName
{
background-color: #FDC285;
}
.BgClassName
{
background-color: #FDC285;
}
</style>
border-color css
<style>
span { border-color: #FDC285; }
span { border-color: rgb(253,194,133); }
td.TdClassName
{
border-color: #FDC285;
}
.TagClassName
{
border-color: #FDC285;
}
</style>