Shades of Supernova #FFBC3D
Tints of Supernova #FFBC3D
RGB
CMYK
RGB Variations
Color information
#FFBC3D (or 0xFFBC3D) is known color: Supernova. HEX triplet: FF, BC and 3D. RGB value is (255,188,61). Sum of RGB (Red+Green+Blue) = 255+188+61=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC3D is #0043C2. Grayscale: #C2C2C2. Windows color (decimal): -17347 or 4046079. OLE color: 4046079.
HSL color Cylindrical-coordinate representation of color #FFBC3D: hue angle of 39.28º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBC3D is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 61 | - |
| CMYK | 0 | 0.26 | 0.76 | 0 |
| HSL | 39.28º | 1% | 0.62% | - |
| HSV(B) | 39.28º | 0.76% | 1% | - |
| XYZ | 60.07 | 57.56 | 12.36 | - |
| YUV | 193.56 | 53.2 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 61 | 0 | 0.26 | 0.76 | 0 | 39.28 | 1 | 0.62 |
| Hex | FF | BC | 3D | 0 | 1A | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 274 | 75 | 0 | 32 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111100 | 111101 | 0 | 11010 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBC3D
Complementary color
Monochromatic Colors of #FFBC3D
Black with #FFBC3D
Text Example
Text Example
White with #FFBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC3D; }
p { color: rgb(255,188,61); }
H1.HeaderClassName
{
color: #FFBC3D;
}
.AnyTagClassName
{
color: #FFBC3D;
}
</style>
background-color css
<style>
a { background-color: #FFBC3D; }
a { background-color: rgb(255,188,61); }
div.DivClassName
{
background-color: #FFBC3D;
}
.BgClassName
{
background-color: #FFBC3D;
}
</style>
border-color css
<style>
span { border-color: #FFBC3D; }
span { border-color: rgb(255,188,61); }
td.TdClassName
{
border-color: #FFBC3D;
}
.TagClassName
{
border-color: #FFBC3D;
}
</style>