Html Css Color HEX #FDC185 Macaroni And Cheese
📋 copy color: '#FDC185'red 253 ◦ green 193 ◦ blue 133
Shades of Macaroni And Cheese #FDC185
Tints of Macaroni And Cheese #FDC185
RGB
CMYK
RGB Variations
Color information
#FDC185 (or 0xFDC185) is known color: Macaroni And Cheese. HEX triplet: FD, C1 and 85. RGB value is (253,193,133). Sum of RGB (Red+Green+Blue) = 253+193+133=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC185 is #023E7A. Grayscale: #CCCCCC. Windows color (decimal): -147067 or 8765949. OLE color: 8765949.
HSL color Cylindrical-coordinate representation of color #FDC185: hue angle of 30º 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 #FDC185 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 133 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.01 |
| HSL | 30º | 0.97% | 0.76% | - |
| HSV(B) | 30º | 0.47% | 0.99% | - |
| XYZ | 63.81 | 60.72 | 30.55 | - |
| YUV | 204.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 133 | 0 | 0.24 | 0.47 | 0.01 | 30 | 0.97 | 0.76 |
| Hex | FD | C1 | 85 | 0 | 18 | 2F | 1 | 1E | 61 | 4C |
| Octal | 375 | 301 | 205 | 0 | 30 | 57 | 1 | 36 | 141 | 114 |
| Binary | 11111101 | 11000001 | 10000101 | 0 | 11000 | 101111 | 1 | 11110 | 1100001 | 1001100 |
Color Harmonies of #FDC185
Complementary color
Monochromatic Colors of #FDC185
Black with #FDC185
Text Example
Text Example
White with #FDC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC185; }
p { color: rgb(253,193,133); }
H1.HeaderClassName
{
color: #FDC185;
}
.AnyTagClassName
{
color: #FDC185;
}
</style>
background-color css
<style>
a { background-color: #FDC185; }
a { background-color: rgb(253,193,133); }
div.DivClassName
{
background-color: #FDC185;
}
.BgClassName
{
background-color: #FDC185;
}
</style>
border-color css
<style>
span { border-color: #FDC185; }
span { border-color: rgb(253,193,133); }
td.TdClassName
{
border-color: #FDC185;
}
.TagClassName
{
border-color: #FDC185;
}
</style>