Html Css Color HEX #FBC07C Macaroni And Cheese
📋 copy color: '#FBC07C'red 251 ◦ green 192 ◦ blue 124
Shades of Macaroni And Cheese #FBC07C
Tints of Macaroni And Cheese #FBC07C
RGB
CMYK
RGB Variations
Color information
#FBC07C (or 0xFBC07C) is known color: Macaroni And Cheese. HEX triplet: FB, C0 and 7C. RGB value is (251,192,124). Sum of RGB (Red+Green+Blue) = 251+192+124=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC07C is #043F83. Grayscale: #CACACA. Windows color (decimal): -278404 or 8175867. OLE color: 8175867.
HSL color Cylindrical-coordinate representation of color #FBC07C: hue angle of 32.13º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBC07C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 124 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.02 |
| HSL | 32.13º | 0.94% | 0.74% | - |
| HSV(B) | 32.13º | 0.51% | 0.98% | - |
| XYZ | 62.27 | 59.66 | 27.3 | - |
| YUV | 201.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 124 | 0 | 0.24 | 0.51 | 0.02 | 32.13 | 0.94 | 0.74 |
| Hex | FB | C0 | 7C | 0 | 18 | 33 | 2 | 20 | 5E | 4A |
| Octal | 373 | 300 | 174 | 0 | 30 | 63 | 2 | 40 | 136 | 112 |
| Binary | 11111011 | 11000000 | 1111100 | 0 | 11000 | 110011 | 10 | 100000 | 1011110 | 1001010 |
Color Harmonies of #FBC07C
Complementary color
Monochromatic Colors of #FBC07C
Black with #FBC07C
Text Example
Text Example
White with #FBC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC07C; }
p { color: rgb(251,192,124); }
H1.HeaderClassName
{
color: #FBC07C;
}
.AnyTagClassName
{
color: #FBC07C;
}
</style>
background-color css
<style>
a { background-color: #FBC07C; }
a { background-color: rgb(251,192,124); }
div.DivClassName
{
background-color: #FBC07C;
}
.BgClassName
{
background-color: #FBC07C;
}
</style>
border-color css
<style>
span { border-color: #FBC07C; }
span { border-color: rgb(251,192,124); }
td.TdClassName
{
border-color: #FBC07C;
}
.TagClassName
{
border-color: #FBC07C;
}
</style>