Html Css Color HEX #FBC07D Macaroni And Cheese
📋 copy color: '#FBC07D'red 251 ◦ green 192 ◦ blue 125
Shades of Macaroni And Cheese #FBC07D
Tints of Macaroni And Cheese #FBC07D
RGB
CMYK
RGB Variations
Color information
#FBC07D (or 0xFBC07D) is known color: Macaroni And Cheese. HEX triplet: FB, C0 and 7D. RGB value is (251,192,125). Sum of RGB (Red+Green+Blue) = 251+192+125=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC07D is #043F82. Grayscale: #CACACA. Windows color (decimal): -278403 or 8241403. OLE color: 8241403.
HSL color Cylindrical-coordinate representation of color #FBC07D: hue angle of 31.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBC07D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 125 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.02 |
| HSL | 31.9º | 0.94% | 0.74% | - |
| HSV(B) | 31.9º | 0.5% | 0.98% | - |
| XYZ | 62.33 | 59.69 | 27.64 | - |
| YUV | 202 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 125 | 0 | 0.24 | 0.50 | 0.02 | 31.9 | 0.94 | 0.74 |
| Hex | FB | C0 | 7D | 0 | 18 | 32 | 2 | 20 | 5E | 4A |
| Octal | 373 | 300 | 175 | 0 | 30 | 62 | 2 | 40 | 136 | 112 |
| Binary | 11111011 | 11000000 | 1111101 | 0 | 11000 | 110010 | 10 | 100000 | 1011110 | 1001010 |
Color Harmonies of #FBC07D
Complementary color
Monochromatic Colors of #FBC07D
Black with #FBC07D
Text Example
Text Example
White with #FBC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC07D; }
p { color: rgb(251,192,125); }
H1.HeaderClassName
{
color: #FBC07D;
}
.AnyTagClassName
{
color: #FBC07D;
}
</style>
background-color css
<style>
a { background-color: #FBC07D; }
a { background-color: rgb(251,192,125); }
div.DivClassName
{
background-color: #FBC07D;
}
.BgClassName
{
background-color: #FBC07D;
}
</style>
border-color css
<style>
span { border-color: #FBC07D; }
span { border-color: rgb(251,192,125); }
td.TdClassName
{
border-color: #FBC07D;
}
.TagClassName
{
border-color: #FBC07D;
}
</style>