Html Css Color HEX #FFB479 Macaroni And Cheese
📋 copy color: '#FFB479'red 255 ◦ green 180 ◦ blue 121
Shades of Macaroni And Cheese #FFB479
Tints of Macaroni And Cheese #FFB479
RGB
CMYK
RGB Variations
Color information
#FFB479 (or 0xFFB479) is known color: Macaroni And Cheese. HEX triplet: FF, B4 and 79. RGB value is (255,180,121). Sum of RGB (Red+Green+Blue) = 255+180+121=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB479 is #004B86. Grayscale: #C4C4C4. Windows color (decimal): -19335 or 7976191. OLE color: 7976191.
HSL color Cylindrical-coordinate representation of color #FFB479: hue angle of 26.42º 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 #FFB479 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 121 | - |
| CMYK | 0 | 0.29 | 0.53 | 0 |
| HSL | 26.42º | 1% | 0.74% | - |
| HSV(B) | 26.42º | 0.53% | 1% | - |
| XYZ | 61.01 | 55.28 | 25.54 | - |
| YUV | 195.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 121 | 0 | 0.29 | 0.53 | 0 | 26.42 | 1 | 0.74 |
| Hex | FF | B4 | 79 | 0 | 1D | 35 | 0 | 1A | 64 | 4A |
| Octal | 377 | 264 | 171 | 0 | 35 | 65 | 0 | 32 | 144 | 112 |
| Binary | 11111111 | 10110100 | 1111001 | 0 | 11101 | 110101 | 0 | 11010 | 1100100 | 1001010 |
Color Harmonies of #FFB479
Complementary color
Monochromatic Colors of #FFB479
Black with #FFB479
Text Example
Text Example
White with #FFB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB479; }
p { color: rgb(255,180,121); }
H1.HeaderClassName
{
color: #FFB479;
}
.AnyTagClassName
{
color: #FFB479;
}
</style>
background-color css
<style>
a { background-color: #FFB479; }
a { background-color: rgb(255,180,121); }
div.DivClassName
{
background-color: #FFB479;
}
.BgClassName
{
background-color: #FFB479;
}
</style>
border-color css
<style>
span { border-color: #FFB479; }
span { border-color: rgb(255,180,121); }
td.TdClassName
{
border-color: #FFB479;
}
.TagClassName
{
border-color: #FFB479;
}
</style>