Html Css Color HEX #FEBC7A Macaroni And Cheese
📋 copy color: '#FEBC7A'red 254 ◦ green 188 ◦ blue 122
Shades of Macaroni And Cheese #FEBC7A
Tints of Macaroni And Cheese #FEBC7A
RGB
CMYK
RGB Variations
Color information
#FEBC7A (or 0xFEBC7A) is known color: Macaroni And Cheese. HEX triplet: FE, BC and 7A. RGB value is (254,188,122). Sum of RGB (Red+Green+Blue) = 254+188+122=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC7A is #014385. Grayscale: #C8C8C8. Windows color (decimal): -82822 or 8043774. OLE color: 8043774.
HSL color Cylindrical-coordinate representation of color #FEBC7A: hue angle of 30º 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 #FEBC7A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 122 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.00 |
| HSL | 30º | 0.99% | 0.74% | - |
| HSV(B) | 30º | 0.52% | 1% | - |
| XYZ | 62.37 | 58.44 | 26.41 | - |
| YUV | 200.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 122 | 0 | 0.26 | 0.52 | 0.00 | 30 | 0.99 | 0.74 |
| Hex | FE | BC | 7A | 0 | 1A | 34 | 0 | 1E | 63 | 4A |
| Octal | 376 | 274 | 172 | 0 | 32 | 64 | 0 | 36 | 143 | 112 |
| Binary | 11111110 | 10111100 | 1111010 | 0 | 11010 | 110100 | 0 | 11110 | 1100011 | 1001010 |
Color Harmonies of #FEBC7A
Complementary color
Monochromatic Colors of #FEBC7A
Black with #FEBC7A
Text Example
Text Example
White with #FEBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC7A; }
p { color: rgb(254,188,122); }
H1.HeaderClassName
{
color: #FEBC7A;
}
.AnyTagClassName
{
color: #FEBC7A;
}
</style>
background-color css
<style>
a { background-color: #FEBC7A; }
a { background-color: rgb(254,188,122); }
div.DivClassName
{
background-color: #FEBC7A;
}
.BgClassName
{
background-color: #FEBC7A;
}
</style>
border-color css
<style>
span { border-color: #FEBC7A; }
span { border-color: rgb(254,188,122); }
td.TdClassName
{
border-color: #FEBC7A;
}
.TagClassName
{
border-color: #FEBC7A;
}
</style>