Html Css Color HEX #FEB96C Macaroni And Cheese
📋 copy color: '#FEB96C'red 254 ◦ green 185 ◦ blue 108
Shades of Macaroni And Cheese #FEB96C
Tints of Macaroni And Cheese #FEB96C
RGB
CMYK
RGB Variations
Color information
#FEB96C (or 0xFEB96C) is known color: Macaroni And Cheese. HEX triplet: FE, B9 and 6C. RGB value is (254,185,108). Sum of RGB (Red+Green+Blue) = 254+185+108=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB96C is #014693. Grayscale: #C5C5C5. Windows color (decimal): -83604 or 7125502. OLE color: 7125502.
HSL color Cylindrical-coordinate representation of color #FEB96C: hue angle of 31.64º 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 #FEB96C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 108 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.00 |
| HSL | 31.64º | 0.99% | 0.71% | - |
| HSV(B) | 31.64º | 0.57% | 1% | - |
| XYZ | 60.93 | 56.85 | 21.95 | - |
| YUV | 196.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 108 | 0 | 0.27 | 0.57 | 0.00 | 31.64 | 0.99 | 0.71 |
| Hex | FE | B9 | 6C | 0 | 1B | 39 | 0 | 20 | 63 | 47 |
| Octal | 376 | 271 | 154 | 0 | 33 | 71 | 0 | 40 | 143 | 107 |
| Binary | 11111110 | 10111001 | 1101100 | 0 | 11011 | 111001 | 0 | 100000 | 1100011 | 1000111 |
Color Harmonies of #FEB96C
Complementary color
Monochromatic Colors of #FEB96C
Black with #FEB96C
Text Example
Text Example
White with #FEB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB96C; }
p { color: rgb(254,185,108); }
H1.HeaderClassName
{
color: #FEB96C;
}
.AnyTagClassName
{
color: #FEB96C;
}
</style>
background-color css
<style>
a { background-color: #FEB96C; }
a { background-color: rgb(254,185,108); }
div.DivClassName
{
background-color: #FEB96C;
}
.BgClassName
{
background-color: #FEB96C;
}
</style>
border-color css
<style>
span { border-color: #FEB96C; }
span { border-color: rgb(254,185,108); }
td.TdClassName
{
border-color: #FEB96C;
}
.TagClassName
{
border-color: #FEB96C;
}
</style>