Shades of Supernova #FBC041
Tints of Supernova #FBC041
RGB
CMYK
RGB Variations
Color information
#FBC041 (or 0xFBC041) is known color: Supernova. HEX triplet: FB, C0 and 41. RGB value is (251,192,65). Sum of RGB (Red+Green+Blue) = 251+192+65=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC041 is #043FBE. Grayscale: #C3C3C3. Windows color (decimal): -278463 or 4309243. OLE color: 4309243.
HSL color Cylindrical-coordinate representation of color #FBC041: hue angle of 40.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBC041 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.02 |
| HSL | 40.97º | 0.96% | 0.62% | - |
| HSV(B) | 40.97º | 0.74% | 0.98% | - |
| XYZ | 59.59 | 58.59 | 13.17 | - |
| YUV | 195.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 65 | 0 | 0.24 | 0.74 | 0.02 | 40.97 | 0.96 | 0.62 |
| Hex | FB | C0 | 41 | 0 | 18 | 4A | 2 | 29 | 60 | 3E |
| Octal | 373 | 300 | 101 | 0 | 30 | 112 | 2 | 51 | 140 | 76 |
| Binary | 11111011 | 11000000 | 1000001 | 0 | 11000 | 1001010 | 10 | 101001 | 1100000 | 111110 |
Color Harmonies of #FBC041
Complementary color
Monochromatic Colors of #FBC041
Black with #FBC041
Text Example
Text Example
White with #FBC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC041; }
p { color: rgb(251,192,65); }
H1.HeaderClassName
{
color: #FBC041;
}
.AnyTagClassName
{
color: #FBC041;
}
</style>
background-color css
<style>
a { background-color: #FBC041; }
a { background-color: rgb(251,192,65); }
div.DivClassName
{
background-color: #FBC041;
}
.BgClassName
{
background-color: #FBC041;
}
</style>
border-color css
<style>
span { border-color: #FBC041; }
span { border-color: rgb(251,192,65); }
td.TdClassName
{
border-color: #FBC041;
}
.TagClassName
{
border-color: #FBC041;
}
</style>