Shades of Supernova #FFB53F
Tints of Supernova #FFB53F
RGB
CMYK
RGB Variations
Color information
#FFB53F (or 0xFFB53F) is known color: Supernova. HEX triplet: FF, B5 and 3F. RGB value is (255,181,63). Sum of RGB (Red+Green+Blue) = 255+181+63=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB53F is #004AC0. Grayscale: #BEBEBE. Windows color (decimal): -19137 or 4175359. OLE color: 4175359.
HSL color Cylindrical-coordinate representation of color #FFB53F: hue angle of 36.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB53F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 63 | - |
| CMYK | 0 | 0.29 | 0.75 | 0 |
| HSL | 36.88º | 1% | 0.62% | - |
| HSV(B) | 36.88º | 0.75% | 1% | - |
| XYZ | 58.66 | 54.67 | 12.16 | - |
| YUV | 189.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 63 | 0 | 0.29 | 0.75 | 0 | 36.88 | 1 | 0.62 |
| Hex | FF | B5 | 3F | 0 | 1D | 4B | 0 | 25 | 64 | 3E |
| Octal | 377 | 265 | 77 | 0 | 35 | 113 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110101 | 111111 | 0 | 11101 | 1001011 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB53F
Complementary color
Monochromatic Colors of #FFB53F
Black with #FFB53F
Text Example
Text Example
White with #FFB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB53F; }
p { color: rgb(255,181,63); }
H1.HeaderClassName
{
color: #FFB53F;
}
.AnyTagClassName
{
color: #FFB53F;
}
</style>
background-color css
<style>
a { background-color: #FFB53F; }
a { background-color: rgb(255,181,63); }
div.DivClassName
{
background-color: #FFB53F;
}
.BgClassName
{
background-color: #FFB53F;
}
</style>
border-color css
<style>
span { border-color: #FFB53F; }
span { border-color: rgb(255,181,63); }
td.TdClassName
{
border-color: #FFB53F;
}
.TagClassName
{
border-color: #FFB53F;
}
</style>