Shades of Supernova #FFB52C
Tints of Supernova #FFB52C
RGB
CMYK
RGB Variations
Color information
#FFB52C (or 0xFFB52C) is known color: Supernova. HEX triplet: FF, B5 and 2C. RGB value is (255,181,44). Sum of RGB (Red+Green+Blue) = 255+181+44=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB52C is #004AD3. Grayscale: #BCBCBC. Windows color (decimal): -19156 or 2930175. OLE color: 2930175.
HSL color Cylindrical-coordinate representation of color #FFB52C: hue angle of 38.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB52C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 44 | - |
| CMYK | 0 | 0.29 | 0.83 | 0 |
| HSL | 38.96º | 1% | 0.59% | - |
| HSV(B) | 38.96º | 0.83% | 1% | - |
| XYZ | 58.22 | 54.49 | 9.83 | - |
| YUV | 187.51 | 47.02 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 44 | 0 | 0.29 | 0.83 | 0 | 38.96 | 1 | 0.59 |
| Hex | FF | B5 | 2C | 0 | 1D | 53 | 0 | 27 | 64 | 3B |
| Octal | 377 | 265 | 54 | 0 | 35 | 123 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110101 | 101100 | 0 | 11101 | 1010011 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB52C
Complementary color
Monochromatic Colors of #FFB52C
Black with #FFB52C
Text Example
Text Example
White with #FFB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB52C; }
p { color: rgb(255,181,44); }
H1.HeaderClassName
{
color: #FFB52C;
}
.AnyTagClassName
{
color: #FFB52C;
}
</style>
background-color css
<style>
a { background-color: #FFB52C; }
a { background-color: rgb(255,181,44); }
div.DivClassName
{
background-color: #FFB52C;
}
.BgClassName
{
background-color: #FFB52C;
}
</style>
border-color css
<style>
span { border-color: #FFB52C; }
span { border-color: rgb(255,181,44); }
td.TdClassName
{
border-color: #FFB52C;
}
.TagClassName
{
border-color: #FFB52C;
}
</style>