Html Css Color HEX #FDC085 Macaroni And Cheese
📋 copy color: '#FDC085'red 253 ◦ green 192 ◦ blue 133
Shades of Macaroni And Cheese #FDC085
Tints of Macaroni And Cheese #FDC085
RGB
CMYK
RGB Variations
Color information
#FDC085 (or 0xFDC085) is known color: Macaroni And Cheese. HEX triplet: FD, C0 and 85. RGB value is (253,192,133). Sum of RGB (Red+Green+Blue) = 253+192+133=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC085 is #023F7A. Grayscale: #CBCBCB. Windows color (decimal): -147323 or 8765693. OLE color: 8765693.
HSL color Cylindrical-coordinate representation of color #FDC085: hue angle of 29.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 #FDC085 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 133 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.01 |
| HSL | 29.5º | 0.97% | 0.76% | - |
| HSV(B) | 29.5º | 0.47% | 0.99% | - |
| XYZ | 63.59 | 60.28 | 30.47 | - |
| YUV | 203.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 133 | 0 | 0.24 | 0.47 | 0.01 | 29.5 | 0.97 | 0.76 |
| Hex | FD | C0 | 85 | 0 | 18 | 2F | 1 | 1E | 61 | 4C |
| Octal | 375 | 300 | 205 | 0 | 30 | 57 | 1 | 36 | 141 | 114 |
| Binary | 11111101 | 11000000 | 10000101 | 0 | 11000 | 101111 | 1 | 11110 | 1100001 | 1001100 |
Color Harmonies of #FDC085
Complementary color
Monochromatic Colors of #FDC085
Black with #FDC085
Text Example
Text Example
White with #FDC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC085; }
p { color: rgb(253,192,133); }
H1.HeaderClassName
{
color: #FDC085;
}
.AnyTagClassName
{
color: #FDC085;
}
</style>
background-color css
<style>
a { background-color: #FDC085; }
a { background-color: rgb(253,192,133); }
div.DivClassName
{
background-color: #FDC085;
}
.BgClassName
{
background-color: #FDC085;
}
</style>
border-color css
<style>
span { border-color: #FDC085; }
span { border-color: rgb(253,192,133); }
td.TdClassName
{
border-color: #FDC085;
}
.TagClassName
{
border-color: #FDC085;
}
</style>