Shades of Supernova #FFBC3F
Tints of Supernova #FFBC3F
RGB
CMYK
RGB Variations
Color information
#FFBC3F (or 0xFFBC3F) is known color: Supernova. HEX triplet: FF, BC and 3F. RGB value is (255,188,63). Sum of RGB (Red+Green+Blue) = 255+188+63=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC3F is #0043C0. Grayscale: #C2C2C2. Windows color (decimal): -17345 or 4177151. OLE color: 4177151.
HSL color Cylindrical-coordinate representation of color #FFBC3F: hue angle of 39.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBC3F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 63 | - |
| CMYK | 0 | 0.26 | 0.75 | 0 |
| HSL | 39.06º | 1% | 0.62% | - |
| HSV(B) | 39.06º | 0.75% | 1% | - |
| XYZ | 60.12 | 57.59 | 12.65 | - |
| YUV | 193.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 63 | 0 | 0.26 | 0.75 | 0 | 39.06 | 1 | 0.62 |
| Hex | FF | BC | 3F | 0 | 1A | 4B | 0 | 27 | 64 | 3E |
| Octal | 377 | 274 | 77 | 0 | 32 | 113 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111100 | 111111 | 0 | 11010 | 1001011 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBC3F
Complementary color
Monochromatic Colors of #FFBC3F
Black with #FFBC3F
Text Example
Text Example
White with #FFBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC3F; }
p { color: rgb(255,188,63); }
H1.HeaderClassName
{
color: #FFBC3F;
}
.AnyTagClassName
{
color: #FFBC3F;
}
</style>
background-color css
<style>
a { background-color: #FFBC3F; }
a { background-color: rgb(255,188,63); }
div.DivClassName
{
background-color: #FFBC3F;
}
.BgClassName
{
background-color: #FFBC3F;
}
</style>
border-color css
<style>
span { border-color: #FFBC3F; }
span { border-color: rgb(255,188,63); }
td.TdClassName
{
border-color: #FFBC3F;
}
.TagClassName
{
border-color: #FFBC3F;
}
</style>