Html Css Color HEX #FEC07A Macaroni And Cheese
📋 copy color: '#FEC07A'red 254 ◦ green 192 ◦ blue 122
Shades of Macaroni And Cheese #FEC07A
Tints of Macaroni And Cheese #FEC07A
RGB
CMYK
RGB Variations
Color information
#FEC07A (or 0xFEC07A) is known color: Macaroni And Cheese. HEX triplet: FE, C0 and 7A. RGB value is (254,192,122). Sum of RGB (Red+Green+Blue) = 254+192+122=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC07A is #013F85. Grayscale: #CACACA. Windows color (decimal): -81798 or 8044798. OLE color: 8044798.
HSL color Cylindrical-coordinate representation of color #FEC07A: hue angle of 31.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC07A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 122 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.00 |
| HSL | 31.82º | 0.99% | 0.74% | - |
| HSV(B) | 31.82º | 0.52% | 1% | - |
| XYZ | 63.24 | 60.18 | 26.69 | - |
| YUV | 202.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 122 | 0 | 0.24 | 0.52 | 0.00 | 31.82 | 0.99 | 0.74 |
| Hex | FE | C0 | 7A | 0 | 18 | 34 | 0 | 20 | 63 | 4A |
| Octal | 376 | 300 | 172 | 0 | 30 | 64 | 0 | 40 | 143 | 112 |
| Binary | 11111110 | 11000000 | 1111010 | 0 | 11000 | 110100 | 0 | 100000 | 1100011 | 1001010 |
Color Harmonies of #FEC07A
Complementary color
Monochromatic Colors of #FEC07A
Black with #FEC07A
Text Example
Text Example
White with #FEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC07A; }
p { color: rgb(254,192,122); }
H1.HeaderClassName
{
color: #FEC07A;
}
.AnyTagClassName
{
color: #FEC07A;
}
</style>
background-color css
<style>
a { background-color: #FEC07A; }
a { background-color: rgb(254,192,122); }
div.DivClassName
{
background-color: #FEC07A;
}
.BgClassName
{
background-color: #FEC07A;
}
</style>
border-color css
<style>
span { border-color: #FEC07A; }
span { border-color: rgb(254,192,122); }
td.TdClassName
{
border-color: #FEC07A;
}
.TagClassName
{
border-color: #FEC07A;
}
</style>