Shades of Supernova #FBC03D
Tints of Supernova #FBC03D
RGB
CMYK
RGB Variations
Color information
#FBC03D (or 0xFBC03D) is known color: Supernova. HEX triplet: FB, C0 and 3D. RGB value is (251,192,61). Sum of RGB (Red+Green+Blue) = 251+192+61=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC03D is #043FC2. Grayscale: #C3C3C3. Windows color (decimal): -278467 or 4047099. OLE color: 4047099.
HSL color Cylindrical-coordinate representation of color #FBC03D: hue angle of 41.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBC03D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 61 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 41.37º | 0.96% | 0.61% | - |
| HSV(B) | 41.37º | 0.76% | 0.98% | - |
| XYZ | 59.48 | 58.55 | 12.58 | - |
| YUV | 194.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 61 | 0 | 0.24 | 0.76 | 0.02 | 41.37 | 0.96 | 0.61 |
| Hex | FB | C0 | 3D | 0 | 18 | 4C | 2 | 29 | 60 | 3D |
| Octal | 373 | 300 | 75 | 0 | 30 | 114 | 2 | 51 | 140 | 75 |
| Binary | 11111011 | 11000000 | 111101 | 0 | 11000 | 1001100 | 10 | 101001 | 1100000 | 111101 |
Color Harmonies of #FBC03D
Complementary color
Monochromatic Colors of #FBC03D
Black with #FBC03D
Text Example
Text Example
White with #FBC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC03D; }
p { color: rgb(251,192,61); }
H1.HeaderClassName
{
color: #FBC03D;
}
.AnyTagClassName
{
color: #FBC03D;
}
</style>
background-color css
<style>
a { background-color: #FBC03D; }
a { background-color: rgb(251,192,61); }
div.DivClassName
{
background-color: #FBC03D;
}
.BgClassName
{
background-color: #FBC03D;
}
</style>
border-color css
<style>
span { border-color: #FBC03D; }
span { border-color: rgb(251,192,61); }
td.TdClassName
{
border-color: #FBC03D;
}
.TagClassName
{
border-color: #FBC03D;
}
</style>