Shades of Supernova #FBC140
Tints of Supernova #FBC140
RGB
CMYK
RGB Variations
Color information
#FBC140 (or 0xFBC140) is known color: Supernova. HEX triplet: FB, C1 and 40. RGB value is (251,193,64). Sum of RGB (Red+Green+Blue) = 251+193+64=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC140 is #043EBF. Grayscale: #C4C4C4. Windows color (decimal): -278208 or 4243963. OLE color: 4243963.
HSL color Cylindrical-coordinate representation of color #FBC140: hue angle of 41.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBC140 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 64 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.02 |
| HSL | 41.39º | 0.96% | 0.62% | - |
| HSV(B) | 41.39º | 0.75% | 0.98% | - |
| XYZ | 59.78 | 59.02 | 13.09 | - |
| YUV | 195.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 64 | 0 | 0.23 | 0.75 | 0.02 | 41.39 | 0.96 | 0.62 |
| Hex | FB | C1 | 40 | 0 | 17 | 4B | 2 | 29 | 60 | 3E |
| Octal | 373 | 301 | 100 | 0 | 27 | 113 | 2 | 51 | 140 | 76 |
| Binary | 11111011 | 11000001 | 1000000 | 0 | 10111 | 1001011 | 10 | 101001 | 1100000 | 111110 |
Color Harmonies of #FBC140
Complementary color
Monochromatic Colors of #FBC140
Black with #FBC140
Text Example
Text Example
White with #FBC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC140; }
p { color: rgb(251,193,64); }
H1.HeaderClassName
{
color: #FBC140;
}
.AnyTagClassName
{
color: #FBC140;
}
</style>
background-color css
<style>
a { background-color: #FBC140; }
a { background-color: rgb(251,193,64); }
div.DivClassName
{
background-color: #FBC140;
}
.BgClassName
{
background-color: #FBC140;
}
</style>
border-color css
<style>
span { border-color: #FBC140; }
span { border-color: rgb(251,193,64); }
td.TdClassName
{
border-color: #FBC140;
}
.TagClassName
{
border-color: #FBC140;
}
</style>