Shades of Supernova #FFB52A
Tints of Supernova #FFB52A
RGB
CMYK
RGB Variations
Color information
#FFB52A (or 0xFFB52A) is known color: Supernova. HEX triplet: FF, B5 and 2A. RGB value is (255,181,42). Sum of RGB (Red+Green+Blue) = 255+181+42=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB52A is #004AD5. Grayscale: #BBBBBB. Windows color (decimal): -19158 or 2799103. OLE color: 2799103.
HSL color Cylindrical-coordinate representation of color #FFB52A: hue angle of 39.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFB52A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 42 | - |
| CMYK | 0 | 0.29 | 0.84 | 0 |
| HSL | 39.15º | 1% | 0.58% | - |
| HSV(B) | 39.15º | 0.84% | 1% | - |
| XYZ | 58.18 | 54.47 | 9.64 | - |
| YUV | 187.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 42 | 0 | 0.29 | 0.84 | 0 | 39.15 | 1 | 0.58 |
| Hex | FF | B5 | 2A | 0 | 1D | 54 | 0 | 27 | 64 | 3A |
| Octal | 377 | 265 | 52 | 0 | 35 | 124 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110101 | 101010 | 0 | 11101 | 1010100 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB52A
Complementary color
Monochromatic Colors of #FFB52A
Black with #FFB52A
Text Example
Text Example
White with #FFB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB52A; }
p { color: rgb(255,181,42); }
H1.HeaderClassName
{
color: #FFB52A;
}
.AnyTagClassName
{
color: #FFB52A;
}
</style>
background-color css
<style>
a { background-color: #FFB52A; }
a { background-color: rgb(255,181,42); }
div.DivClassName
{
background-color: #FFB52A;
}
.BgClassName
{
background-color: #FFB52A;
}
</style>
border-color css
<style>
span { border-color: #FFB52A; }
span { border-color: rgb(255,181,42); }
td.TdClassName
{
border-color: #FFB52A;
}
.TagClassName
{
border-color: #FFB52A;
}
</style>