Shades of Supernova #FEB622
Tints of Supernova #FEB622
RGB
CMYK
RGB Variations
Color information
#FEB622 (or 0xFEB622) is known color: Supernova. HEX triplet: FE, B6 and 22. RGB value is (254,182,34). Sum of RGB (Red+Green+Blue) = 254+182+34=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB622 is #0149DD. Grayscale: #BBBBBB. Windows color (decimal): -84446 or 2275070. OLE color: 2275070.
HSL color Cylindrical-coordinate representation of color #FEB622: hue angle of 40.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB622 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 34 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.00 |
| HSL | 40.36º | 0.99% | 0.56% | - |
| HSV(B) | 40.36º | 0.87% | 1% | - |
| XYZ | 57.89 | 54.64 | 9.01 | - |
| YUV | 186.66 | 41.85 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 34 | 0 | 0.28 | 0.87 | 0.00 | 40.36 | 0.99 | 0.56 |
| Hex | FE | B6 | 22 | 0 | 1C | 57 | 0 | 28 | 63 | 38 |
| Octal | 376 | 266 | 42 | 0 | 34 | 127 | 0 | 50 | 143 | 70 |
| Binary | 11111110 | 10110110 | 100010 | 0 | 11100 | 1010111 | 0 | 101000 | 1100011 | 111000 |
Color Harmonies of #FEB622
Complementary color
Monochromatic Colors of #FEB622
Black with #FEB622
Text Example
Text Example
White with #FEB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB622; }
p { color: rgb(254,182,34); }
H1.HeaderClassName
{
color: #FEB622;
}
.AnyTagClassName
{
color: #FEB622;
}
</style>
background-color css
<style>
a { background-color: #FEB622; }
a { background-color: rgb(254,182,34); }
div.DivClassName
{
background-color: #FEB622;
}
.BgClassName
{
background-color: #FEB622;
}
</style>
border-color css
<style>
span { border-color: #FEB622; }
span { border-color: rgb(254,182,34); }
td.TdClassName
{
border-color: #FEB622;
}
.TagClassName
{
border-color: #FEB622;
}
</style>