Html Css Color HEX #FDC28A Macaroni And Cheese
📋 copy color: '#FDC28A'red 253 ◦ green 194 ◦ blue 138
Shades of Macaroni And Cheese #FDC28A
Tints of Macaroni And Cheese #FDC28A
RGB
CMYK
RGB Variations
Color information
#FDC28A (or 0xFDC28A) is known color: Macaroni And Cheese. HEX triplet: FD, C2 and 8A. RGB value is (253,194,138). Sum of RGB (Red+Green+Blue) = 253+194+138=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC28A is #023D75. Grayscale: #CDCDCD. Windows color (decimal): -146806 or 9093885. OLE color: 9093885.
HSL color Cylindrical-coordinate representation of color #FDC28A: hue angle of 29.22º 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 #FDC28A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 138 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 29.22º | 0.97% | 0.77% | - |
| HSV(B) | 29.22º | 0.45% | 0.99% | - |
| XYZ | 64.39 | 61.3 | 32.48 | - |
| YUV | 205.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 138 | 0 | 0.23 | 0.45 | 0.01 | 29.22 | 0.97 | 0.77 |
| Hex | FD | C2 | 8A | 0 | 17 | 2D | 1 | 1D | 61 | 4D |
| Octal | 375 | 302 | 212 | 0 | 27 | 55 | 1 | 35 | 141 | 115 |
| Binary | 11111101 | 11000010 | 10001010 | 0 | 10111 | 101101 | 1 | 11101 | 1100001 | 1001101 |
Color Harmonies of #FDC28A
Complementary color
Monochromatic Colors of #FDC28A
Black with #FDC28A
Text Example
Text Example
White with #FDC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC28A; }
p { color: rgb(253,194,138); }
H1.HeaderClassName
{
color: #FDC28A;
}
.AnyTagClassName
{
color: #FDC28A;
}
</style>
background-color css
<style>
a { background-color: #FDC28A; }
a { background-color: rgb(253,194,138); }
div.DivClassName
{
background-color: #FDC28A;
}
.BgClassName
{
background-color: #FDC28A;
}
</style>
border-color css
<style>
span { border-color: #FDC28A; }
span { border-color: rgb(253,194,138); }
td.TdClassName
{
border-color: #FDC28A;
}
.TagClassName
{
border-color: #FDC28A;
}
</style>