Shades of Supernova #FFB630
Tints of Supernova #FFB630
RGB
CMYK
RGB Variations
Color information
#FFB630 (or 0xFFB630) is known color: Supernova. HEX triplet: FF, B6 and 30. RGB value is (255,182,48). Sum of RGB (Red+Green+Blue) = 255+182+48=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB630 is #0049CF. Grayscale: #BDBDBD. Windows color (decimal): -18896 or 3192575. OLE color: 3192575.
HSL color Cylindrical-coordinate representation of color #FFB630: hue angle of 38.84º 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 #FFB630 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 48 | - |
| CMYK | 0 | 0.29 | 0.81 | 0 |
| HSL | 38.84º | 1% | 0.59% | - |
| HSV(B) | 38.84º | 0.81% | 1% | - |
| XYZ | 58.5 | 54.93 | 10.32 | - |
| YUV | 188.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 48 | 0 | 0.29 | 0.81 | 0 | 38.84 | 1 | 0.59 |
| Hex | FF | B6 | 30 | 0 | 1D | 51 | 0 | 27 | 64 | 3B |
| Octal | 377 | 266 | 60 | 0 | 35 | 121 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110110 | 110000 | 0 | 11101 | 1010001 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB630
Complementary color
Monochromatic Colors of #FFB630
Black with #FFB630
Text Example
Text Example
White with #FFB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB630; }
p { color: rgb(255,182,48); }
H1.HeaderClassName
{
color: #FFB630;
}
.AnyTagClassName
{
color: #FFB630;
}
</style>
background-color css
<style>
a { background-color: #FFB630; }
a { background-color: rgb(255,182,48); }
div.DivClassName
{
background-color: #FFB630;
}
.BgClassName
{
background-color: #FFB630;
}
</style>
border-color css
<style>
span { border-color: #FFB630; }
span { border-color: rgb(255,182,48); }
td.TdClassName
{
border-color: #FFB630;
}
.TagClassName
{
border-color: #FFB630;
}
</style>