Html Css Color HEX #FFB378 Macaroni And Cheese
📋 copy color: '#FFB378'red 255 ◦ green 179 ◦ blue 120
Shades of Macaroni And Cheese #FFB378
Tints of Macaroni And Cheese #FFB378
RGB
CMYK
RGB Variations
Color information
#FFB378 (or 0xFFB378) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 78. RGB value is (255,179,120). Sum of RGB (Red+Green+Blue) = 255+179+120=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB378 is #004C87. Grayscale: #C3C3C3. Windows color (decimal): -19592 or 7910399. OLE color: 7910399.
HSL color Cylindrical-coordinate representation of color #FFB378: hue angle of 26.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFB378 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 120 | - |
| CMYK | 0 | 0.30 | 0.53 | 0 |
| HSL | 26.22º | 1% | 0.74% | - |
| HSV(B) | 26.22º | 0.53% | 1% | - |
| XYZ | 60.75 | 54.86 | 25.16 | - |
| YUV | 195 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 120 | 0 | 0.30 | 0.53 | 0 | 26.22 | 1 | 0.74 |
| Hex | FF | B3 | 78 | 0 | 1E | 35 | 0 | 1A | 64 | 4A |
| Octal | 377 | 263 | 170 | 0 | 36 | 65 | 0 | 32 | 144 | 112 |
| Binary | 11111111 | 10110011 | 1111000 | 0 | 11110 | 110101 | 0 | 11010 | 1100100 | 1001010 |
Color Harmonies of #FFB378
Complementary color
Monochromatic Colors of #FFB378
Black with #FFB378
Text Example
Text Example
White with #FFB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB378; }
p { color: rgb(255,179,120); }
H1.HeaderClassName
{
color: #FFB378;
}
.AnyTagClassName
{
color: #FFB378;
}
</style>
background-color css
<style>
a { background-color: #FFB378; }
a { background-color: rgb(255,179,120); }
div.DivClassName
{
background-color: #FFB378;
}
.BgClassName
{
background-color: #FFB378;
}
</style>
border-color css
<style>
span { border-color: #FFB378; }
span { border-color: rgb(255,179,120); }
td.TdClassName
{
border-color: #FFB378;
}
.TagClassName
{
border-color: #FFB378;
}
</style>