Shades of Supernova #FFBB3D
Tints of Supernova #FFBB3D
RGB
CMYK
RGB Variations
Color information
#FFBB3D (or 0xFFBB3D) is known color: Supernova. HEX triplet: FF, BB and 3D. RGB value is (255,187,61). Sum of RGB (Red+Green+Blue) = 255+187+61=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB3D is #0044C2. Grayscale: #C1C1C1. Windows color (decimal): -17603 or 4045823. OLE color: 4045823.
HSL color Cylindrical-coordinate representation of color #FFBB3D: hue angle of 38.97º 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 #FFBB3D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0 |
| HSL | 38.97º | 1% | 0.62% | - |
| HSV(B) | 38.97º | 0.76% | 1% | - |
| XYZ | 59.85 | 57.14 | 12.29 | - |
| YUV | 192.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 61 | 0 | 0.27 | 0.76 | 0 | 38.97 | 1 | 0.62 |
| Hex | FF | BB | 3D | 0 | 1B | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 273 | 75 | 0 | 33 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111011 | 111101 | 0 | 11011 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBB3D
Complementary color
Monochromatic Colors of #FFBB3D
Black with #FFBB3D
Text Example
Text Example
White with #FFBB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB3D; }
p { color: rgb(255,187,61); }
H1.HeaderClassName
{
color: #FFBB3D;
}
.AnyTagClassName
{
color: #FFBB3D;
}
</style>
background-color css
<style>
a { background-color: #FFBB3D; }
a { background-color: rgb(255,187,61); }
div.DivClassName
{
background-color: #FFBB3D;
}
.BgClassName
{
background-color: #FFBB3D;
}
</style>
border-color css
<style>
span { border-color: #FFBB3D; }
span { border-color: rgb(255,187,61); }
td.TdClassName
{
border-color: #FFBB3D;
}
.TagClassName
{
border-color: #FFBB3D;
}
</style>