Html Css Color HEX #FFB481 Macaroni And Cheese
📋 copy color: '#FFB481'red 255 ◦ green 180 ◦ blue 129
Shades of Macaroni And Cheese #FFB481
Tints of Macaroni And Cheese #FFB481
RGB
CMYK
RGB Variations
Color information
#FFB481 (or 0xFFB481) is known color: Macaroni And Cheese. HEX triplet: FF, B4 and 81. RGB value is (255,180,129). Sum of RGB (Red+Green+Blue) = 255+180+129=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB481 is #004B7E. Grayscale: #C4C4C4. Windows color (decimal): -19327 or 8500479. OLE color: 8500479.
HSL color Cylindrical-coordinate representation of color #FFB481: hue angle of 24.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFB481 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 129 | - |
| CMYK | 0 | 0.29 | 0.49 | 0 |
| HSL | 24.29º | 1% | 0.75% | - |
| HSV(B) | 24.29º | 0.49% | 1% | - |
| XYZ | 61.52 | 55.49 | 28.24 | - |
| YUV | 196.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 129 | 0 | 0.29 | 0.49 | 0 | 24.29 | 1 | 0.75 |
| Hex | FF | B4 | 81 | 0 | 1D | 31 | 0 | 18 | 64 | 4B |
| Octal | 377 | 264 | 201 | 0 | 35 | 61 | 0 | 30 | 144 | 113 |
| Binary | 11111111 | 10110100 | 10000001 | 0 | 11101 | 110001 | 0 | 11000 | 1100100 | 1001011 |
Color Harmonies of #FFB481
Complementary color
Monochromatic Colors of #FFB481
Black with #FFB481
Text Example
Text Example
White with #FFB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB481; }
p { color: rgb(255,180,129); }
H1.HeaderClassName
{
color: #FFB481;
}
.AnyTagClassName
{
color: #FFB481;
}
</style>
background-color css
<style>
a { background-color: #FFB481; }
a { background-color: rgb(255,180,129); }
div.DivClassName
{
background-color: #FFB481;
}
.BgClassName
{
background-color: #FFB481;
}
</style>
border-color css
<style>
span { border-color: #FFB481; }
span { border-color: rgb(255,180,129); }
td.TdClassName
{
border-color: #FFB481;
}
.TagClassName
{
border-color: #FFB481;
}
</style>