Html Css Color HEX #FFC180 Macaroni And Cheese
📋 copy color: '#FFC180'red 255 ◦ green 193 ◦ blue 128
Shades of Macaroni And Cheese #FFC180
Tints of Macaroni And Cheese #FFC180
RGB
CMYK
RGB Variations
Color information
#FFC180 (or 0xFFC180) is known color: Macaroni And Cheese. HEX triplet: FF, C1 and 80. RGB value is (255,193,128). Sum of RGB (Red+Green+Blue) = 255+193+128=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC180 is #003E7F. Grayscale: #CCCCCC. Windows color (decimal): -16000 or 8438271. OLE color: 8438271.
HSL color Cylindrical-coordinate representation of color #FFC180: hue angle of 30.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFC180 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 128 | - |
| CMYK | 0 | 0.24 | 0.50 | 0 |
| HSL | 30.71º | 1% | 0.75% | - |
| HSV(B) | 30.71º | 0.5% | 1% | - |
| XYZ | 64.21 | 60.96 | 28.8 | - |
| YUV | 204.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 128 | 0 | 0.24 | 0.50 | 0 | 30.71 | 1 | 0.75 |
| Hex | FF | C1 | 80 | 0 | 18 | 32 | 0 | 1F | 64 | 4B |
| Octal | 377 | 301 | 200 | 0 | 30 | 62 | 0 | 37 | 144 | 113 |
| Binary | 11111111 | 11000001 | 10000000 | 0 | 11000 | 110010 | 0 | 11111 | 1100100 | 1001011 |
Color Harmonies of #FFC180
Complementary color
Monochromatic Colors of #FFC180
Black with #FFC180
Text Example
Text Example
White with #FFC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC180; }
p { color: rgb(255,193,128); }
H1.HeaderClassName
{
color: #FFC180;
}
.AnyTagClassName
{
color: #FFC180;
}
</style>
background-color css
<style>
a { background-color: #FFC180; }
a { background-color: rgb(255,193,128); }
div.DivClassName
{
background-color: #FFC180;
}
.BgClassName
{
background-color: #FFC180;
}
</style>
border-color css
<style>
span { border-color: #FFC180; }
span { border-color: rgb(255,193,128); }
td.TdClassName
{
border-color: #FFC180;
}
.TagClassName
{
border-color: #FFC180;
}
</style>