Shades of Supernova #FFB622
Tints of Supernova #FFB622
RGB
CMYK
RGB Variations
Color information
#FFB622 (or 0xFFB622) is known color: Supernova. HEX triplet: FF, B6 and 22. RGB value is (255,182,34). Sum of RGB (Red+Green+Blue) = 255+182+34=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB622 is #0049DD. Grayscale: #BBBBBB. Windows color (decimal): -18910 or 2275071. OLE color: 2275071.
HSL color Cylindrical-coordinate representation of color #FFB622: hue angle of 40.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFB622 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 34 | - |
| CMYK | 0 | 0.29 | 0.87 | 0 |
| HSL | 40.18º | 1% | 0.57% | - |
| HSV(B) | 40.18º | 0.87% | 1% | - |
| XYZ | 58.26 | 54.83 | 9.03 | - |
| YUV | 186.96 | 41.68 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 34 | 0 | 0.29 | 0.87 | 0 | 40.18 | 1 | 0.57 |
| Hex | FF | B6 | 22 | 0 | 1D | 57 | 0 | 28 | 64 | 39 |
| Octal | 377 | 266 | 42 | 0 | 35 | 127 | 0 | 50 | 144 | 71 |
| Binary | 11111111 | 10110110 | 100010 | 0 | 11101 | 1010111 | 0 | 101000 | 1100100 | 111001 |
Color Harmonies of #FFB622
Complementary color
Monochromatic Colors of #FFB622
Black with #FFB622
Text Example
Text Example
White with #FFB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB622; }
p { color: rgb(255,182,34); }
H1.HeaderClassName
{
color: #FFB622;
}
.AnyTagClassName
{
color: #FFB622;
}
</style>
background-color css
<style>
a { background-color: #FFB622; }
a { background-color: rgb(255,182,34); }
div.DivClassName
{
background-color: #FFB622;
}
.BgClassName
{
background-color: #FFB622;
}
</style>
border-color css
<style>
span { border-color: #FFB622; }
span { border-color: rgb(255,182,34); }
td.TdClassName
{
border-color: #FFB622;
}
.TagClassName
{
border-color: #FFB622;
}
</style>