Html Css Color HEX #FDC08A Macaroni And Cheese
📋 copy color: '#FDC08A'red 253 ◦ green 192 ◦ blue 138
Shades of Macaroni And Cheese #FDC08A
Tints of Macaroni And Cheese #FDC08A
RGB
CMYK
RGB Variations
Color information
#FDC08A (or 0xFDC08A) is known color: Macaroni And Cheese. HEX triplet: FD, C0 and 8A. RGB value is (253,192,138). Sum of RGB (Red+Green+Blue) = 253+192+138=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC08A is #023F75. Grayscale: #CCCCCC. Windows color (decimal): -147318 or 9093373. OLE color: 9093373.
HSL color Cylindrical-coordinate representation of color #FDC08A: hue angle of 28.17º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC08A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 138 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.01 |
| HSL | 28.17º | 0.97% | 0.77% | - |
| HSV(B) | 28.17º | 0.45% | 0.99% | - |
| XYZ | 63.95 | 60.42 | 32.34 | - |
| YUV | 204.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 138 | 0 | 0.24 | 0.45 | 0.01 | 28.17 | 0.97 | 0.77 |
| Hex | FD | C0 | 8A | 0 | 18 | 2D | 1 | 1C | 61 | 4D |
| Octal | 375 | 300 | 212 | 0 | 30 | 55 | 1 | 34 | 141 | 115 |
| Binary | 11111101 | 11000000 | 10001010 | 0 | 11000 | 101101 | 1 | 11100 | 1100001 | 1001101 |
Color Harmonies of #FDC08A
Complementary color
Monochromatic Colors of #FDC08A
Black with #FDC08A
Text Example
Text Example
White with #FDC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC08A; }
p { color: rgb(253,192,138); }
H1.HeaderClassName
{
color: #FDC08A;
}
.AnyTagClassName
{
color: #FDC08A;
}
</style>
background-color css
<style>
a { background-color: #FDC08A; }
a { background-color: rgb(253,192,138); }
div.DivClassName
{
background-color: #FDC08A;
}
.BgClassName
{
background-color: #FDC08A;
}
</style>
border-color css
<style>
span { border-color: #FDC08A; }
span { border-color: rgb(253,192,138); }
td.TdClassName
{
border-color: #FDC08A;
}
.TagClassName
{
border-color: #FDC08A;
}
</style>