Html Css Color HEX #FFB975 Macaroni And Cheese
📋 copy color: '#FFB975'red 255 ◦ green 185 ◦ blue 117
Shades of Macaroni And Cheese #FFB975
Tints of Macaroni And Cheese #FFB975
RGB
CMYK
RGB Variations
Color information
#FFB975 (or 0xFFB975) is known color: Macaroni And Cheese. HEX triplet: FF, B9 and 75. RGB value is (255,185,117). Sum of RGB (Red+Green+Blue) = 255+185+117=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB975 is #00468A. Grayscale: #C6C6C6. Windows color (decimal): -18059 or 7715327. OLE color: 7715327.
HSL color Cylindrical-coordinate representation of color #FFB975: hue angle of 29.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB975 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 117 | - |
| CMYK | 0 | 0.27 | 0.54 | 0 |
| HSL | 29.57º | 1% | 0.73% | - |
| HSV(B) | 29.57º | 0.54% | 1% | - |
| XYZ | 61.8 | 57.24 | 24.62 | - |
| YUV | 198.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 117 | 0 | 0.27 | 0.54 | 0 | 29.57 | 1 | 0.73 |
| Hex | FF | B9 | 75 | 0 | 1B | 36 | 0 | 1E | 64 | 49 |
| Octal | 377 | 271 | 165 | 0 | 33 | 66 | 0 | 36 | 144 | 111 |
| Binary | 11111111 | 10111001 | 1110101 | 0 | 11011 | 110110 | 0 | 11110 | 1100100 | 1001001 |
Color Harmonies of #FFB975
Complementary color
Monochromatic Colors of #FFB975
Black with #FFB975
Text Example
Text Example
White with #FFB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB975; }
p { color: rgb(255,185,117); }
H1.HeaderClassName
{
color: #FFB975;
}
.AnyTagClassName
{
color: #FFB975;
}
</style>
background-color css
<style>
a { background-color: #FFB975; }
a { background-color: rgb(255,185,117); }
div.DivClassName
{
background-color: #FFB975;
}
.BgClassName
{
background-color: #FFB975;
}
</style>
border-color css
<style>
span { border-color: #FFB975; }
span { border-color: rgb(255,185,117); }
td.TdClassName
{
border-color: #FFB975;
}
.TagClassName
{
border-color: #FFB975;
}
</style>