Html Css Color HEX #FDC385 Macaroni And Cheese
📋 copy color: '#FDC385'red 253 ◦ green 195 ◦ blue 133
Shades of Macaroni And Cheese #FDC385
Tints of Macaroni And Cheese #FDC385
RGB
CMYK
RGB Variations
Color information
#FDC385 (or 0xFDC385) is known color: Macaroni And Cheese. HEX triplet: FD, C3 and 85. RGB value is (253,195,133). Sum of RGB (Red+Green+Blue) = 253+195+133=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC385 is #023C7A. Grayscale: #CDCDCD. Windows color (decimal): -146555 or 8766461. OLE color: 8766461.
HSL color Cylindrical-coordinate representation of color #FDC385: hue angle of 31º 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 #FDC385 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 133 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.01 |
| HSL | 31º | 0.97% | 0.76% | - |
| HSV(B) | 31º | 0.47% | 0.99% | - |
| XYZ | 64.26 | 61.61 | 30.69 | - |
| YUV | 205.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 133 | 0 | 0.23 | 0.47 | 0.01 | 31 | 0.97 | 0.76 |
| Hex | FD | C3 | 85 | 0 | 17 | 2F | 1 | 1F | 61 | 4C |
| Octal | 375 | 303 | 205 | 0 | 27 | 57 | 1 | 37 | 141 | 114 |
| Binary | 11111101 | 11000011 | 10000101 | 0 | 10111 | 101111 | 1 | 11111 | 1100001 | 1001100 |
Color Harmonies of #FDC385
Complementary color
Monochromatic Colors of #FDC385
Black with #FDC385
Text Example
Text Example
White with #FDC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC385; }
p { color: rgb(253,195,133); }
H1.HeaderClassName
{
color: #FDC385;
}
.AnyTagClassName
{
color: #FDC385;
}
</style>
background-color css
<style>
a { background-color: #FDC385; }
a { background-color: rgb(253,195,133); }
div.DivClassName
{
background-color: #FDC385;
}
.BgClassName
{
background-color: #FDC385;
}
</style>
border-color css
<style>
span { border-color: #FDC385; }
span { border-color: rgb(253,195,133); }
td.TdClassName
{
border-color: #FDC385;
}
.TagClassName
{
border-color: #FDC385;
}
</style>