Html Css Color HEX #F7BD7D Macaroni And Cheese
📋 copy color: '#F7BD7D'red 247 ◦ green 189 ◦ blue 125
Shades of Macaroni And Cheese #F7BD7D
Tints of Macaroni And Cheese #F7BD7D
RGB
CMYK
RGB Variations
Color information
#F7BD7D (or 0xF7BD7D) is known color: Macaroni And Cheese. HEX triplet: F7, BD and 7D. RGB value is (247,189,125). Sum of RGB (Red+Green+Blue) = 247+189+125=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD7D is #084282. Grayscale: #C7C7C7. Windows color (decimal): -541315 or 8240631. OLE color: 8240631.
HSL color Cylindrical-coordinate representation of color #F7BD7D: hue angle of 31.48º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7BD7D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 125 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.03 |
| HSL | 31.48º | 0.88% | 0.73% | - |
| HSV(B) | 31.48º | 0.49% | 0.97% | - |
| XYZ | 60.26 | 57.65 | 27.35 | - |
| YUV | 199.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 125 | 0 | 0.23 | 0.49 | 0.03 | 31.48 | 0.88 | 0.73 |
| Hex | F7 | BD | 7D | 0 | 17 | 31 | 3 | 1F | 58 | 49 |
| Octal | 367 | 275 | 175 | 0 | 27 | 61 | 3 | 37 | 130 | 111 |
| Binary | 11110111 | 10111101 | 1111101 | 0 | 10111 | 110001 | 11 | 11111 | 1011000 | 1001001 |
Color Harmonies of #F7BD7D
Complementary color
Monochromatic Colors of #F7BD7D
Black with #F7BD7D
Text Example
Text Example
White with #F7BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BD7D; }
p { color: rgb(247,189,125); }
H1.HeaderClassName
{
color: #F7BD7D;
}
.AnyTagClassName
{
color: #F7BD7D;
}
</style>
background-color css
<style>
a { background-color: #F7BD7D; }
a { background-color: rgb(247,189,125); }
div.DivClassName
{
background-color: #F7BD7D;
}
.BgClassName
{
background-color: #F7BD7D;
}
</style>
border-color css
<style>
span { border-color: #F7BD7D; }
span { border-color: rgb(247,189,125); }
td.TdClassName
{
border-color: #F7BD7D;
}
.TagClassName
{
border-color: #F7BD7D;
}
</style>