Shades of Supernova #FFB53A
Tints of Supernova #FFB53A
RGB
CMYK
RGB Variations
Color information
#FFB53A (or 0xFFB53A) is known color: Supernova. HEX triplet: FF, B5 and 3A. RGB value is (255,181,58). Sum of RGB (Red+Green+Blue) = 255+181+58=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB53A is #004AC5. Grayscale: #BDBDBD. Windows color (decimal): -19142 or 3847679. OLE color: 3847679.
HSL color Cylindrical-coordinate representation of color #FFB53A: hue angle of 37.46º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB53A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 58 | - |
| CMYK | 0 | 0.29 | 0.77 | 0 |
| HSL | 37.46º | 1% | 0.61% | - |
| HSV(B) | 37.46º | 0.77% | 1% | - |
| XYZ | 58.53 | 54.61 | 11.46 | - |
| YUV | 189.1 | 54.02 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 58 | 0 | 0.29 | 0.77 | 0 | 37.46 | 1 | 0.61 |
| Hex | FF | B5 | 3A | 0 | 1D | 4D | 0 | 25 | 64 | 3D |
| Octal | 377 | 265 | 72 | 0 | 35 | 115 | 0 | 45 | 144 | 75 |
| Binary | 11111111 | 10110101 | 111010 | 0 | 11101 | 1001101 | 0 | 100101 | 1100100 | 111101 |
Color Harmonies of #FFB53A
Complementary color
Monochromatic Colors of #FFB53A
Black with #FFB53A
Text Example
Text Example
White with #FFB53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB53A; }
p { color: rgb(255,181,58); }
H1.HeaderClassName
{
color: #FFB53A;
}
.AnyTagClassName
{
color: #FFB53A;
}
</style>
background-color css
<style>
a { background-color: #FFB53A; }
a { background-color: rgb(255,181,58); }
div.DivClassName
{
background-color: #FFB53A;
}
.BgClassName
{
background-color: #FFB53A;
}
</style>
border-color css
<style>
span { border-color: #FFB53A; }
span { border-color: rgb(255,181,58); }
td.TdClassName
{
border-color: #FFB53A;
}
.TagClassName
{
border-color: #FFB53A;
}
</style>