Shades of Supernova #FFBC30
Tints of Supernova #FFBC30
RGB
CMYK
RGB Variations
Color information
#FFBC30 (or 0xFFBC30) is known color: Supernova. HEX triplet: FF, BC and 30. RGB value is (255,188,48). Sum of RGB (Red+Green+Blue) = 255+188+48=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC30 is #0043CF. Grayscale: #C0C0C0. Windows color (decimal): -17360 or 3194111. OLE color: 3194111.
HSL color Cylindrical-coordinate representation of color #FFBC30: hue angle of 40.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBC30 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 48 | - |
| CMYK | 0 | 0.26 | 0.81 | 0 |
| HSL | 40.58º | 1% | 0.59% | - |
| HSV(B) | 40.58º | 0.81% | 1% | - |
| XYZ | 59.76 | 57.44 | 10.73 | - |
| YUV | 192.07 | 46.7 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 48 | 0 | 0.26 | 0.81 | 0 | 40.58 | 1 | 0.59 |
| Hex | FF | BC | 30 | 0 | 1A | 51 | 0 | 29 | 64 | 3B |
| Octal | 377 | 274 | 60 | 0 | 32 | 121 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111100 | 110000 | 0 | 11010 | 1010001 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBC30
Complementary color
Monochromatic Colors of #FFBC30
Black with #FFBC30
Text Example
Text Example
White with #FFBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC30; }
p { color: rgb(255,188,48); }
H1.HeaderClassName
{
color: #FFBC30;
}
.AnyTagClassName
{
color: #FFBC30;
}
</style>
background-color css
<style>
a { background-color: #FFBC30; }
a { background-color: rgb(255,188,48); }
div.DivClassName
{
background-color: #FFBC30;
}
.BgClassName
{
background-color: #FFBC30;
}
</style>
border-color css
<style>
span { border-color: #FFBC30; }
span { border-color: rgb(255,188,48); }
td.TdClassName
{
border-color: #FFBC30;
}
.TagClassName
{
border-color: #FFBC30;
}
</style>