Html Css Color HEX #FFB678 Macaroni And Cheese
📋 copy color: '#FFB678'red 255 ◦ green 182 ◦ blue 120
Shades of Macaroni And Cheese #FFB678
Tints of Macaroni And Cheese #FFB678
RGB
CMYK
RGB Variations
Color information
#FFB678 (or 0xFFB678) is known color: Macaroni And Cheese. HEX triplet: FF, B6 and 78. RGB value is (255,182,120). Sum of RGB (Red+Green+Blue) = 255+182+120=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB678 is #004987. Grayscale: #C5C5C5. Windows color (decimal): -18824 or 7911167. OLE color: 7911167.
HSL color Cylindrical-coordinate representation of color #FFB678: hue angle of 27.56º 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 #FFB678 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 120 | - |
| CMYK | 0 | 0.29 | 0.53 | 0 |
| HSL | 27.56º | 1% | 0.74% | - |
| HSV(B) | 27.56º | 0.53% | 1% | - |
| XYZ | 61.36 | 56.07 | 25.36 | - |
| YUV | 196.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 120 | 0 | 0.29 | 0.53 | 0 | 27.56 | 1 | 0.74 |
| Hex | FF | B6 | 78 | 0 | 1D | 35 | 0 | 1C | 64 | 4A |
| Octal | 377 | 266 | 170 | 0 | 35 | 65 | 0 | 34 | 144 | 112 |
| Binary | 11111111 | 10110110 | 1111000 | 0 | 11101 | 110101 | 0 | 11100 | 1100100 | 1001010 |
Color Harmonies of #FFB678
Complementary color
Monochromatic Colors of #FFB678
Black with #FFB678
Text Example
Text Example
White with #FFB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB678; }
p { color: rgb(255,182,120); }
H1.HeaderClassName
{
color: #FFB678;
}
.AnyTagClassName
{
color: #FFB678;
}
</style>
background-color css
<style>
a { background-color: #FFB678; }
a { background-color: rgb(255,182,120); }
div.DivClassName
{
background-color: #FFB678;
}
.BgClassName
{
background-color: #FFB678;
}
</style>
border-color css
<style>
span { border-color: #FFB678; }
span { border-color: rgb(255,182,120); }
td.TdClassName
{
border-color: #FFB678;
}
.TagClassName
{
border-color: #FFB678;
}
</style>