Html Css Color HEX #FEB770 Macaroni And Cheese
📋 copy color: '#FEB770'red 254 ◦ green 183 ◦ blue 112
Shades of Macaroni And Cheese #FEB770
Tints of Macaroni And Cheese #FEB770
RGB
CMYK
RGB Variations
Color information
#FEB770 (or 0xFEB770) is known color: Macaroni And Cheese. HEX triplet: FE, B7 and 70. RGB value is (254,183,112). Sum of RGB (Red+Green+Blue) = 254+183+112=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB770 is #01488F. Grayscale: #C4C4C4. Windows color (decimal): -84112 or 7387134. OLE color: 7387134.
HSL color Cylindrical-coordinate representation of color #FEB770: hue angle of 30º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEB770 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 112 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.00 |
| HSL | 30º | 0.99% | 0.72% | - |
| HSV(B) | 30º | 0.56% | 1% | - |
| XYZ | 60.73 | 56.11 | 22.96 | - |
| YUV | 196.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 112 | 0 | 0.28 | 0.56 | 0.00 | 30 | 0.99 | 0.72 |
| Hex | FE | B7 | 70 | 0 | 1C | 38 | 0 | 1E | 63 | 48 |
| Octal | 376 | 267 | 160 | 0 | 34 | 70 | 0 | 36 | 143 | 110 |
| Binary | 11111110 | 10110111 | 1110000 | 0 | 11100 | 111000 | 0 | 11110 | 1100011 | 1001000 |
Color Harmonies of #FEB770
Complementary color
Monochromatic Colors of #FEB770
Black with #FEB770
Text Example
Text Example
White with #FEB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB770; }
p { color: rgb(254,183,112); }
H1.HeaderClassName
{
color: #FEB770;
}
.AnyTagClassName
{
color: #FEB770;
}
</style>
background-color css
<style>
a { background-color: #FEB770; }
a { background-color: rgb(254,183,112); }
div.DivClassName
{
background-color: #FEB770;
}
.BgClassName
{
background-color: #FEB770;
}
</style>
border-color css
<style>
span { border-color: #FEB770; }
span { border-color: rgb(254,183,112); }
td.TdClassName
{
border-color: #FEB770;
}
.TagClassName
{
border-color: #FEB770;
}
</style>