Shades of Supernova #FFB62B
Tints of Supernova #FFB62B
RGB
CMYK
RGB Variations
Color information
#FFB62B (or 0xFFB62B) is known color: Supernova. HEX triplet: FF, B6 and 2B. RGB value is (255,182,43). Sum of RGB (Red+Green+Blue) = 255+182+43=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB62B is #0049D4. Grayscale: #BCBCBC. Windows color (decimal): -18901 or 2864895. OLE color: 2864895.
HSL color Cylindrical-coordinate representation of color #FFB62B: hue angle of 39.34º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB62B is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 43 | - |
| CMYK | 0 | 0.29 | 0.83 | 0 |
| HSL | 39.34º | 1% | 0.58% | - |
| HSV(B) | 39.34º | 0.83% | 1% | - |
| XYZ | 58.4 | 54.89 | 9.8 | - |
| YUV | 187.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 43 | 0 | 0.29 | 0.83 | 0 | 39.34 | 1 | 0.58 |
| Hex | FF | B6 | 2B | 0 | 1D | 53 | 0 | 27 | 64 | 3A |
| Octal | 377 | 266 | 53 | 0 | 35 | 123 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110110 | 101011 | 0 | 11101 | 1010011 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB62B
Complementary color
Monochromatic Colors of #FFB62B
Black with #FFB62B
Text Example
Text Example
White with #FFB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB62B; }
p { color: rgb(255,182,43); }
H1.HeaderClassName
{
color: #FFB62B;
}
.AnyTagClassName
{
color: #FFB62B;
}
</style>
background-color css
<style>
a { background-color: #FFB62B; }
a { background-color: rgb(255,182,43); }
div.DivClassName
{
background-color: #FFB62B;
}
.BgClassName
{
background-color: #FFB62B;
}
</style>
border-color css
<style>
span { border-color: #FFB62B; }
span { border-color: rgb(255,182,43); }
td.TdClassName
{
border-color: #FFB62B;
}
.TagClassName
{
border-color: #FFB62B;
}
</style>