Shades of Supernova #FFB730
Tints of Supernova #FFB730
RGB
CMYK
RGB Variations
Color information
#FFB730 (or 0xFFB730) is known color: Supernova. HEX triplet: FF, B7 and 30. RGB value is (255,183,48). Sum of RGB (Red+Green+Blue) = 255+183+48=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB730 is #0048CF. Grayscale: #BDBDBD. Windows color (decimal): -18640 or 3192831. OLE color: 3192831.
HSL color Cylindrical-coordinate representation of color #FFB730: hue angle of 39.13º 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 #FFB730 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 48 | - |
| CMYK | 0 | 0.28 | 0.81 | 0 |
| HSL | 39.13º | 1% | 0.59% | - |
| HSV(B) | 39.13º | 0.81% | 1% | - |
| XYZ | 58.71 | 55.34 | 10.38 | - |
| YUV | 189.14 | 48.35 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 48 | 0 | 0.28 | 0.81 | 0 | 39.13 | 1 | 0.59 |
| Hex | FF | B7 | 30 | 0 | 1C | 51 | 0 | 27 | 64 | 3B |
| Octal | 377 | 267 | 60 | 0 | 34 | 121 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110111 | 110000 | 0 | 11100 | 1010001 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB730
Complementary color
Monochromatic Colors of #FFB730
Black with #FFB730
Text Example
Text Example
White with #FFB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB730; }
p { color: rgb(255,183,48); }
H1.HeaderClassName
{
color: #FFB730;
}
.AnyTagClassName
{
color: #FFB730;
}
</style>
background-color css
<style>
a { background-color: #FFB730; }
a { background-color: rgb(255,183,48); }
div.DivClassName
{
background-color: #FFB730;
}
.BgClassName
{
background-color: #FFB730;
}
</style>
border-color css
<style>
span { border-color: #FFB730; }
span { border-color: rgb(255,183,48); }
td.TdClassName
{
border-color: #FFB730;
}
.TagClassName
{
border-color: #FFB730;
}
</style>