Html Css Color HEX #FFB375 Macaroni And Cheese
📋 copy color: '#FFB375'red 255 ◦ green 179 ◦ blue 117
Shades of Macaroni And Cheese #FFB375
Tints of Macaroni And Cheese #FFB375
RGB
CMYK
RGB Variations
Color information
#FFB375 (or 0xFFB375) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 75. RGB value is (255,179,117). Sum of RGB (Red+Green+Blue) = 255+179+117=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB375 is #004C8A. Grayscale: #C2C2C2. Windows color (decimal): -19595 or 7713791. OLE color: 7713791.
HSL color Cylindrical-coordinate representation of color #FFB375: hue angle of 26.96º 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 #FFB375 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 117 | - |
| CMYK | 0 | 0.30 | 0.54 | 0 |
| HSL | 26.96º | 1% | 0.73% | - |
| HSV(B) | 26.96º | 0.54% | 1% | - |
| XYZ | 60.57 | 54.78 | 24.21 | - |
| YUV | 194.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 117 | 0 | 0.30 | 0.54 | 0 | 26.96 | 1 | 0.73 |
| Hex | FF | B3 | 75 | 0 | 1E | 36 | 0 | 1B | 64 | 49 |
| Octal | 377 | 263 | 165 | 0 | 36 | 66 | 0 | 33 | 144 | 111 |
| Binary | 11111111 | 10110011 | 1110101 | 0 | 11110 | 110110 | 0 | 11011 | 1100100 | 1001001 |
Color Harmonies of #FFB375
Complementary color
Monochromatic Colors of #FFB375
Black with #FFB375
Text Example
Text Example
White with #FFB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB375; }
p { color: rgb(255,179,117); }
H1.HeaderClassName
{
color: #FFB375;
}
.AnyTagClassName
{
color: #FFB375;
}
</style>
background-color css
<style>
a { background-color: #FFB375; }
a { background-color: rgb(255,179,117); }
div.DivClassName
{
background-color: #FFB375;
}
.BgClassName
{
background-color: #FFB375;
}
</style>
border-color css
<style>
span { border-color: #FFB375; }
span { border-color: rgb(255,179,117); }
td.TdClassName
{
border-color: #FFB375;
}
.TagClassName
{
border-color: #FFB375;
}
</style>