Html Css Color HEX #FEBA6E Macaroni And Cheese
📋 copy color: '#FEBA6E'red 254 ◦ green 186 ◦ blue 110
Shades of Macaroni And Cheese #FEBA6E
Tints of Macaroni And Cheese #FEBA6E
RGB
CMYK
RGB Variations
Color information
#FEBA6E (or 0xFEBA6E) is known color: Macaroni And Cheese. HEX triplet: FE, BA and 6E. RGB value is (254,186,110). Sum of RGB (Red+Green+Blue) = 254+186+110=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA6E is #014591. Grayscale: #C6C6C6. Windows color (decimal): -83346 or 7256830. OLE color: 7256830.
HSL color Cylindrical-coordinate representation of color #FEBA6E: hue angle of 31.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEBA6E is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 110 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.00 |
| HSL | 31.67º | 0.99% | 0.71% | - |
| HSV(B) | 31.67º | 0.57% | 1% | - |
| XYZ | 61.25 | 57.31 | 22.59 | - |
| YUV | 197.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 110 | 0 | 0.27 | 0.57 | 0.00 | 31.67 | 0.99 | 0.71 |
| Hex | FE | BA | 6E | 0 | 1B | 39 | 0 | 20 | 63 | 47 |
| Octal | 376 | 272 | 156 | 0 | 33 | 71 | 0 | 40 | 143 | 107 |
| Binary | 11111110 | 10111010 | 1101110 | 0 | 11011 | 111001 | 0 | 100000 | 1100011 | 1000111 |
Color Harmonies of #FEBA6E
Complementary color
Monochromatic Colors of #FEBA6E
Black with #FEBA6E
Text Example
Text Example
White with #FEBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA6E; }
p { color: rgb(254,186,110); }
H1.HeaderClassName
{
color: #FEBA6E;
}
.AnyTagClassName
{
color: #FEBA6E;
}
</style>
background-color css
<style>
a { background-color: #FEBA6E; }
a { background-color: rgb(254,186,110); }
div.DivClassName
{
background-color: #FEBA6E;
}
.BgClassName
{
background-color: #FEBA6E;
}
</style>
border-color css
<style>
span { border-color: #FEBA6E; }
span { border-color: rgb(254,186,110); }
td.TdClassName
{
border-color: #FEBA6E;
}
.TagClassName
{
border-color: #FEBA6E;
}
</style>