Html Css Color HEX #FFB477 Macaroni And Cheese
📋 copy color: '#FFB477'red 255 ◦ green 180 ◦ blue 119
Shades of Macaroni And Cheese #FFB477
Tints of Macaroni And Cheese #FFB477
RGB
CMYK
RGB Variations
Color information
#FFB477 (or 0xFFB477) is known color: Macaroni And Cheese. HEX triplet: FF, B4 and 77. RGB value is (255,180,119). Sum of RGB (Red+Green+Blue) = 255+180+119=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB477 is #004B88. Grayscale: #C3C3C3. Windows color (decimal): -19337 or 7845119. OLE color: 7845119.
HSL color Cylindrical-coordinate representation of color #FFB477: hue angle of 26.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFB477 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 119 | - |
| CMYK | 0 | 0.29 | 0.53 | 0 |
| HSL | 26.91º | 1% | 0.73% | - |
| HSV(B) | 26.91º | 0.53% | 1% | - |
| XYZ | 60.89 | 55.23 | 24.9 | - |
| YUV | 195.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 119 | 0 | 0.29 | 0.53 | 0 | 26.91 | 1 | 0.73 |
| Hex | FF | B4 | 77 | 0 | 1D | 35 | 0 | 1B | 64 | 49 |
| Octal | 377 | 264 | 167 | 0 | 35 | 65 | 0 | 33 | 144 | 111 |
| Binary | 11111111 | 10110100 | 1110111 | 0 | 11101 | 110101 | 0 | 11011 | 1100100 | 1001001 |
Color Harmonies of #FFB477
Complementary color
Monochromatic Colors of #FFB477
Black with #FFB477
Text Example
Text Example
White with #FFB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB477; }
p { color: rgb(255,180,119); }
H1.HeaderClassName
{
color: #FFB477;
}
.AnyTagClassName
{
color: #FFB477;
}
</style>
background-color css
<style>
a { background-color: #FFB477; }
a { background-color: rgb(255,180,119); }
div.DivClassName
{
background-color: #FFB477;
}
.BgClassName
{
background-color: #FFB477;
}
</style>
border-color css
<style>
span { border-color: #FFB477; }
span { border-color: rgb(255,180,119); }
td.TdClassName
{
border-color: #FFB477;
}
.TagClassName
{
border-color: #FFB477;
}
</style>