Shades of Supernova #FFB53D
Tints of Supernova #FFB53D
RGB
CMYK
RGB Variations
Color information
#FFB53D (or 0xFFB53D) is known color: Supernova. HEX triplet: FF, B5 and 3D. RGB value is (255,181,61). Sum of RGB (Red+Green+Blue) = 255+181+61=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB53D is #004AC2. Grayscale: #BEBEBE. Windows color (decimal): -19139 or 4044287. OLE color: 4044287.
HSL color Cylindrical-coordinate representation of color #FFB53D: hue angle of 37.11º 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 #FFB53D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 61 | - |
| CMYK | 0 | 0.29 | 0.76 | 0 |
| HSL | 37.11º | 1% | 0.62% | - |
| HSV(B) | 37.11º | 0.76% | 1% | - |
| XYZ | 58.61 | 54.64 | 11.87 | - |
| YUV | 189.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 61 | 0 | 0.29 | 0.76 | 0 | 37.11 | 1 | 0.62 |
| Hex | FF | B5 | 3D | 0 | 1D | 4C | 0 | 25 | 64 | 3E |
| Octal | 377 | 265 | 75 | 0 | 35 | 114 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110101 | 111101 | 0 | 11101 | 1001100 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB53D
Complementary color
Monochromatic Colors of #FFB53D
Black with #FFB53D
Text Example
Text Example
White with #FFB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB53D; }
p { color: rgb(255,181,61); }
H1.HeaderClassName
{
color: #FFB53D;
}
.AnyTagClassName
{
color: #FFB53D;
}
</style>
background-color css
<style>
a { background-color: #FFB53D; }
a { background-color: rgb(255,181,61); }
div.DivClassName
{
background-color: #FFB53D;
}
.BgClassName
{
background-color: #FFB53D;
}
</style>
border-color css
<style>
span { border-color: #FFB53D; }
span { border-color: rgb(255,181,61); }
td.TdClassName
{
border-color: #FFB53D;
}
.TagClassName
{
border-color: #FFB53D;
}
</style>