Html Css Color HEX #FEC086 Macaroni And Cheese
📋 copy color: '#FEC086'red 254 ◦ green 192 ◦ blue 134
Shades of Macaroni And Cheese #FEC086
Tints of Macaroni And Cheese #FEC086
RGB
CMYK
RGB Variations
Color information
#FEC086 (or 0xFEC086) is known color: Macaroni And Cheese. HEX triplet: FE, C0 and 86. RGB value is (254,192,134). Sum of RGB (Red+Green+Blue) = 254+192+134=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC086 is #013F79. Grayscale: #CCCCCC. Windows color (decimal): -81786 or 8831230. OLE color: 8831230.
HSL color Cylindrical-coordinate representation of color #FEC086: hue angle of 29º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEC086 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 134 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.00 |
| HSL | 29º | 0.98% | 0.76% | - |
| HSV(B) | 29º | 0.47% | 1% | - |
| XYZ | 64.03 | 60.49 | 30.86 | - |
| YUV | 203.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 134 | 0 | 0.24 | 0.47 | 0.00 | 29 | 0.98 | 0.76 |
| Hex | FE | C0 | 86 | 0 | 18 | 2F | 0 | 1D | 62 | 4C |
| Octal | 376 | 300 | 206 | 0 | 30 | 57 | 0 | 35 | 142 | 114 |
| Binary | 11111110 | 11000000 | 10000110 | 0 | 11000 | 101111 | 0 | 11101 | 1100010 | 1001100 |
Color Harmonies of #FEC086
Complementary color
Monochromatic Colors of #FEC086
Black with #FEC086
Text Example
Text Example
White with #FEC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC086; }
p { color: rgb(254,192,134); }
H1.HeaderClassName
{
color: #FEC086;
}
.AnyTagClassName
{
color: #FEC086;
}
</style>
background-color css
<style>
a { background-color: #FEC086; }
a { background-color: rgb(254,192,134); }
div.DivClassName
{
background-color: #FEC086;
}
.BgClassName
{
background-color: #FEC086;
}
</style>
border-color css
<style>
span { border-color: #FEC086; }
span { border-color: rgb(254,192,134); }
td.TdClassName
{
border-color: #FEC086;
}
.TagClassName
{
border-color: #FEC086;
}
</style>