Shades of Supernova #FFB530
Tints of Supernova #FFB530
RGB
CMYK
RGB Variations
Color information
#FFB530 (or 0xFFB530) is known color: Supernova. HEX triplet: FF, B5 and 30. RGB value is (255,181,48). Sum of RGB (Red+Green+Blue) = 255+181+48=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB530 is #004ACF. Grayscale: #BCBCBC. Windows color (decimal): -19152 or 3192319. OLE color: 3192319.
HSL color Cylindrical-coordinate representation of color #FFB530: hue angle of 38.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB530 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 48 | - |
| CMYK | 0 | 0.29 | 0.81 | 0 |
| HSL | 38.55º | 1% | 0.59% | - |
| HSV(B) | 38.55º | 0.81% | 1% | - |
| XYZ | 58.3 | 54.52 | 10.25 | - |
| YUV | 187.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 48 | 0 | 0.29 | 0.81 | 0 | 38.55 | 1 | 0.59 |
| Hex | FF | B5 | 30 | 0 | 1D | 51 | 0 | 27 | 64 | 3B |
| Octal | 377 | 265 | 60 | 0 | 35 | 121 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110101 | 110000 | 0 | 11101 | 1010001 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB530
Complementary color
Monochromatic Colors of #FFB530
Black with #FFB530
Text Example
Text Example
White with #FFB530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB530; }
p { color: rgb(255,181,48); }
H1.HeaderClassName
{
color: #FFB530;
}
.AnyTagClassName
{
color: #FFB530;
}
</style>
background-color css
<style>
a { background-color: #FFB530; }
a { background-color: rgb(255,181,48); }
div.DivClassName
{
background-color: #FFB530;
}
.BgClassName
{
background-color: #FFB530;
}
</style>
border-color css
<style>
span { border-color: #FFB530; }
span { border-color: rgb(255,181,48); }
td.TdClassName
{
border-color: #FFB530;
}
.TagClassName
{
border-color: #FFB530;
}
</style>