Html Css Color HEX #FEC080 Macaroni And Cheese
📋 copy color: '#FEC080'red 254 ◦ green 192 ◦ blue 128
Shades of Macaroni And Cheese #FEC080
Tints of Macaroni And Cheese #FEC080
RGB
CMYK
RGB Variations
Color information
#FEC080 (or 0xFEC080) is known color: Macaroni And Cheese. HEX triplet: FE, C0 and 80. RGB value is (254,192,128). Sum of RGB (Red+Green+Blue) = 254+192+128=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC080 is #013F7F. Grayscale: #CBCBCB. Windows color (decimal): -81792 or 8438014. OLE color: 8438014.
HSL color Cylindrical-coordinate representation of color #FEC080: hue angle of 30.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC080 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 128 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.00 |
| HSL | 30.48º | 0.98% | 0.75% | - |
| HSV(B) | 30.48º | 0.5% | 1% | - |
| XYZ | 63.62 | 60.33 | 28.71 | - |
| YUV | 203.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 128 | 0 | 0.24 | 0.50 | 0.00 | 30.48 | 0.98 | 0.75 |
| Hex | FE | C0 | 80 | 0 | 18 | 32 | 0 | 1E | 62 | 4B |
| Octal | 376 | 300 | 200 | 0 | 30 | 62 | 0 | 36 | 142 | 113 |
| Binary | 11111110 | 11000000 | 10000000 | 0 | 11000 | 110010 | 0 | 11110 | 1100010 | 1001011 |
Color Harmonies of #FEC080
Complementary color
Monochromatic Colors of #FEC080
Black with #FEC080
Text Example
Text Example
White with #FEC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC080; }
p { color: rgb(254,192,128); }
H1.HeaderClassName
{
color: #FEC080;
}
.AnyTagClassName
{
color: #FEC080;
}
</style>
background-color css
<style>
a { background-color: #FEC080; }
a { background-color: rgb(254,192,128); }
div.DivClassName
{
background-color: #FEC080;
}
.BgClassName
{
background-color: #FEC080;
}
</style>
border-color css
<style>
span { border-color: #FEC080; }
span { border-color: rgb(254,192,128); }
td.TdClassName
{
border-color: #FEC080;
}
.TagClassName
{
border-color: #FEC080;
}
</style>