Shades of Supernova #FFBC41
Tints of Supernova #FFBC41
RGB
CMYK
RGB Variations
Color information
#FFBC41 (or 0xFFBC41) is known color: Supernova. HEX triplet: FF, BC and 41. RGB value is (255,188,65). Sum of RGB (Red+Green+Blue) = 255+188+65=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC41 is #0043BE. Grayscale: #C2C2C2. Windows color (decimal): -17343 or 4308223. OLE color: 4308223.
HSL color Cylindrical-coordinate representation of color #FFBC41: hue angle of 38.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBC41 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 65 | - |
| CMYK | 0 | 0.26 | 0.75 | 0 |
| HSL | 38.84º | 1% | 0.63% | - |
| HSV(B) | 38.84º | 0.75% | 1% | - |
| XYZ | 60.18 | 57.61 | 12.95 | - |
| YUV | 194.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 65 | 0 | 0.26 | 0.75 | 0 | 38.84 | 1 | 0.63 |
| Hex | FF | BC | 41 | 0 | 1A | 4B | 0 | 27 | 64 | 3F |
| Octal | 377 | 274 | 101 | 0 | 32 | 113 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111100 | 1000001 | 0 | 11010 | 1001011 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBC41
Complementary color
Monochromatic Colors of #FFBC41
Black with #FFBC41
Text Example
Text Example
White with #FFBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC41; }
p { color: rgb(255,188,65); }
H1.HeaderClassName
{
color: #FFBC41;
}
.AnyTagClassName
{
color: #FFBC41;
}
</style>
background-color css
<style>
a { background-color: #FFBC41; }
a { background-color: rgb(255,188,65); }
div.DivClassName
{
background-color: #FFBC41;
}
.BgClassName
{
background-color: #FFBC41;
}
</style>
border-color css
<style>
span { border-color: #FFBC41; }
span { border-color: rgb(255,188,65); }
td.TdClassName
{
border-color: #FFBC41;
}
.TagClassName
{
border-color: #FFBC41;
}
</style>