Html Css Color HEX #FEBA7D Macaroni And Cheese
📋 copy color: '#FEBA7D'red 254 ◦ green 186 ◦ blue 125
Shades of Macaroni And Cheese #FEBA7D
Tints of Macaroni And Cheese #FEBA7D
RGB
CMYK
RGB Variations
Color information
#FEBA7D (or 0xFEBA7D) is known color: Macaroni And Cheese. HEX triplet: FE, BA and 7D. RGB value is (254,186,125). Sum of RGB (Red+Green+Blue) = 254+186+125=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA7D is #014582. Grayscale: #C7C7C7. Windows color (decimal): -83331 or 8239870. OLE color: 8239870.
HSL color Cylindrical-coordinate representation of color #FEBA7D: hue angle of 28.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEBA7D is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 125 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.00 |
| HSL | 28.37º | 0.98% | 0.74% | - |
| HSV(B) | 28.37º | 0.51% | 1% | - |
| XYZ | 62.13 | 57.67 | 27.26 | - |
| YUV | 199.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 125 | 0 | 0.27 | 0.51 | 0.00 | 28.37 | 0.98 | 0.74 |
| Hex | FE | BA | 7D | 0 | 1B | 33 | 0 | 1C | 62 | 4A |
| Octal | 376 | 272 | 175 | 0 | 33 | 63 | 0 | 34 | 142 | 112 |
| Binary | 11111110 | 10111010 | 1111101 | 0 | 11011 | 110011 | 0 | 11100 | 1100010 | 1001010 |
Color Harmonies of #FEBA7D
Complementary color
Monochromatic Colors of #FEBA7D
Black with #FEBA7D
Text Example
Text Example
White with #FEBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA7D; }
p { color: rgb(254,186,125); }
H1.HeaderClassName
{
color: #FEBA7D;
}
.AnyTagClassName
{
color: #FEBA7D;
}
</style>
background-color css
<style>
a { background-color: #FEBA7D; }
a { background-color: rgb(254,186,125); }
div.DivClassName
{
background-color: #FEBA7D;
}
.BgClassName
{
background-color: #FEBA7D;
}
</style>
border-color css
<style>
span { border-color: #FEBA7D; }
span { border-color: rgb(254,186,125); }
td.TdClassName
{
border-color: #FEBA7D;
}
.TagClassName
{
border-color: #FEBA7D;
}
</style>