Html Css Color HEX #FDB485 Macaroni And Cheese
📋 copy color: '#FDB485'red 253 ◦ green 180 ◦ blue 133
Shades of Macaroni And Cheese #FDB485
Tints of Macaroni And Cheese #FDB485
RGB
CMYK
RGB Variations
Color information
#FDB485 (or 0xFDB485) is known color: Macaroni And Cheese. HEX triplet: FD, B4 and 85. RGB value is (253,180,133). Sum of RGB (Red+Green+Blue) = 253+180+133=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB485 is #024B7A. Grayscale: #C4C4C4. Windows color (decimal): -150395 or 8762621. OLE color: 8762621.
HSL color Cylindrical-coordinate representation of color #FDB485: hue angle of 23.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 #FDB485 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 133 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.01 |
| HSL | 23.5º | 0.97% | 0.76% | - |
| HSV(B) | 23.5º | 0.47% | 0.99% | - |
| XYZ | 61.06 | 55.22 | 29.63 | - |
| YUV | 196.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 133 | 0 | 0.29 | 0.47 | 0.01 | 23.5 | 0.97 | 0.76 |
| Hex | FD | B4 | 85 | 0 | 1D | 2F | 1 | 18 | 61 | 4C |
| Octal | 375 | 264 | 205 | 0 | 35 | 57 | 1 | 30 | 141 | 114 |
| Binary | 11111101 | 10110100 | 10000101 | 0 | 11101 | 101111 | 1 | 11000 | 1100001 | 1001100 |
Color Harmonies of #FDB485
Complementary color
Monochromatic Colors of #FDB485
Black with #FDB485
Text Example
Text Example
White with #FDB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB485; }
p { color: rgb(253,180,133); }
H1.HeaderClassName
{
color: #FDB485;
}
.AnyTagClassName
{
color: #FDB485;
}
</style>
background-color css
<style>
a { background-color: #FDB485; }
a { background-color: rgb(253,180,133); }
div.DivClassName
{
background-color: #FDB485;
}
.BgClassName
{
background-color: #FDB485;
}
</style>
border-color css
<style>
span { border-color: #FDB485; }
span { border-color: rgb(253,180,133); }
td.TdClassName
{
border-color: #FDB485;
}
.TagClassName
{
border-color: #FDB485;
}
</style>