Html Css Color HEX #FBC085 Macaroni And Cheese
📋 copy color: '#FBC085'red 251 ◦ green 192 ◦ blue 133
Shades of Macaroni And Cheese #FBC085
Tints of Macaroni And Cheese #FBC085
RGB
CMYK
RGB Variations
Color information
#FBC085 (or 0xFBC085) is known color: Macaroni And Cheese. HEX triplet: FB, C0 and 85. RGB value is (251,192,133). Sum of RGB (Red+Green+Blue) = 251+192+133=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC085 is #043F7A. Grayscale: #CBCBCB. Windows color (decimal): -278395 or 8765691. OLE color: 8765691.
HSL color Cylindrical-coordinate representation of color #FBC085: hue angle of 30º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBC085 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 133 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.02 |
| HSL | 30º | 0.94% | 0.75% | - |
| HSV(B) | 30º | 0.47% | 0.98% | - |
| XYZ | 62.87 | 59.9 | 30.44 | - |
| YUV | 202.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 133 | 0 | 0.24 | 0.47 | 0.02 | 30 | 0.94 | 0.75 |
| Hex | FB | C0 | 85 | 0 | 18 | 2F | 2 | 1E | 5E | 4B |
| Octal | 373 | 300 | 205 | 0 | 30 | 57 | 2 | 36 | 136 | 113 |
| Binary | 11111011 | 11000000 | 10000101 | 0 | 11000 | 101111 | 10 | 11110 | 1011110 | 1001011 |
Color Harmonies of #FBC085
Complementary color
Monochromatic Colors of #FBC085
Black with #FBC085
Text Example
Text Example
White with #FBC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC085; }
p { color: rgb(251,192,133); }
H1.HeaderClassName
{
color: #FBC085;
}
.AnyTagClassName
{
color: #FBC085;
}
</style>
background-color css
<style>
a { background-color: #FBC085; }
a { background-color: rgb(251,192,133); }
div.DivClassName
{
background-color: #FBC085;
}
.BgClassName
{
background-color: #FBC085;
}
</style>
border-color css
<style>
span { border-color: #FBC085; }
span { border-color: rgb(251,192,133); }
td.TdClassName
{
border-color: #FBC085;
}
.TagClassName
{
border-color: #FBC085;
}
</style>