Html Css Color HEX #FDC17D Macaroni And Cheese
📋 copy color: '#FDC17D'red 253 ◦ green 193 ◦ blue 125
Shades of Macaroni And Cheese #FDC17D
Tints of Macaroni And Cheese #FDC17D
RGB
CMYK
RGB Variations
Color information
#FDC17D (or 0xFDC17D) is known color: Macaroni And Cheese. HEX triplet: FD, C1 and 7D. RGB value is (253,193,125). Sum of RGB (Red+Green+Blue) = 253+193+125=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC17D is #023E82. Grayscale: #CBCBCB. Windows color (decimal): -147075 or 8241661. OLE color: 8241661.
HSL color Cylindrical-coordinate representation of color #FDC17D: hue angle of 31.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDC17D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 125 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.01 |
| HSL | 31.88º | 0.97% | 0.74% | - |
| HSV(B) | 31.88º | 0.51% | 0.99% | - |
| XYZ | 63.28 | 60.5 | 27.75 | - |
| YUV | 203.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 125 | 0 | 0.24 | 0.51 | 0.01 | 31.88 | 0.97 | 0.74 |
| Hex | FD | C1 | 7D | 0 | 18 | 33 | 1 | 20 | 61 | 4A |
| Octal | 375 | 301 | 175 | 0 | 30 | 63 | 1 | 40 | 141 | 112 |
| Binary | 11111101 | 11000001 | 1111101 | 0 | 11000 | 110011 | 1 | 100000 | 1100001 | 1001010 |
Color Harmonies of #FDC17D
Complementary color
Monochromatic Colors of #FDC17D
Black with #FDC17D
Text Example
Text Example
White with #FDC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC17D; }
p { color: rgb(253,193,125); }
H1.HeaderClassName
{
color: #FDC17D;
}
.AnyTagClassName
{
color: #FDC17D;
}
</style>
background-color css
<style>
a { background-color: #FDC17D; }
a { background-color: rgb(253,193,125); }
div.DivClassName
{
background-color: #FDC17D;
}
.BgClassName
{
background-color: #FDC17D;
}
</style>
border-color css
<style>
span { border-color: #FDC17D; }
span { border-color: rgb(253,193,125); }
td.TdClassName
{
border-color: #FDC17D;
}
.TagClassName
{
border-color: #FDC17D;
}
</style>