Html Css Color HEX #FFB381 Macaroni And Cheese
📋 copy color: '#FFB381'red 255 ◦ green 179 ◦ blue 129
Shades of Macaroni And Cheese #FFB381
Tints of Macaroni And Cheese #FFB381
RGB
CMYK
RGB Variations
Color information
#FFB381 (or 0xFFB381) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 81. RGB value is (255,179,129). Sum of RGB (Red+Green+Blue) = 255+179+129=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB381 is #004C7E. Grayscale: #C4C4C4. Windows color (decimal): -19583 or 8500223. OLE color: 8500223.
HSL color Cylindrical-coordinate representation of color #FFB381: hue angle of 23.81º 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 #FFB381 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 129 | - |
| CMYK | 0 | 0.30 | 0.49 | 0 |
| HSL | 23.81º | 1% | 0.75% | - |
| HSV(B) | 23.81º | 0.49% | 1% | - |
| XYZ | 61.32 | 55.09 | 28.17 | - |
| YUV | 196.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 129 | 0 | 0.30 | 0.49 | 0 | 23.81 | 1 | 0.75 |
| Hex | FF | B3 | 81 | 0 | 1E | 31 | 0 | 18 | 64 | 4B |
| Octal | 377 | 263 | 201 | 0 | 36 | 61 | 0 | 30 | 144 | 113 |
| Binary | 11111111 | 10110011 | 10000001 | 0 | 11110 | 110001 | 0 | 11000 | 1100100 | 1001011 |
Color Harmonies of #FFB381
Complementary color
Monochromatic Colors of #FFB381
Black with #FFB381
Text Example
Text Example
White with #FFB381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB381; }
p { color: rgb(255,179,129); }
H1.HeaderClassName
{
color: #FFB381;
}
.AnyTagClassName
{
color: #FFB381;
}
</style>
background-color css
<style>
a { background-color: #FFB381; }
a { background-color: rgb(255,179,129); }
div.DivClassName
{
background-color: #FFB381;
}
.BgClassName
{
background-color: #FFB381;
}
</style>
border-color css
<style>
span { border-color: #FFB381; }
span { border-color: rgb(255,179,129); }
td.TdClassName
{
border-color: #FFB381;
}
.TagClassName
{
border-color: #FFB381;
}
</style>