Shades of Supernova #FEB92B
Tints of Supernova #FEB92B
RGB
CMYK
RGB Variations
Color information
#FEB92B (or 0xFEB92B) is known color: Supernova. HEX triplet: FE, B9 and 2B. RGB value is (254,185,43). Sum of RGB (Red+Green+Blue) = 254+185+43=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB92B is #0146D4. Grayscale: #BEBEBE. Windows color (decimal): -83669 or 2865662. OLE color: 2865662.
HSL color Cylindrical-coordinate representation of color #FEB92B: hue angle of 40.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEB92B is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 43 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.00 |
| HSL | 40.38º | 0.99% | 0.58% | - |
| HSV(B) | 40.38º | 0.83% | 1% | - |
| XYZ | 58.66 | 55.94 | 9.99 | - |
| YUV | 189.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 43 | 0 | 0.27 | 0.83 | 0.00 | 40.38 | 0.99 | 0.58 |
| Hex | FE | B9 | 2B | 0 | 1B | 53 | 0 | 28 | 63 | 3A |
| Octal | 376 | 271 | 53 | 0 | 33 | 123 | 0 | 50 | 143 | 72 |
| Binary | 11111110 | 10111001 | 101011 | 0 | 11011 | 1010011 | 0 | 101000 | 1100011 | 111010 |
Color Harmonies of #FEB92B
Complementary color
Monochromatic Colors of #FEB92B
Black with #FEB92B
Text Example
Text Example
White with #FEB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB92B; }
p { color: rgb(254,185,43); }
H1.HeaderClassName
{
color: #FEB92B;
}
.AnyTagClassName
{
color: #FEB92B;
}
</style>
background-color css
<style>
a { background-color: #FEB92B; }
a { background-color: rgb(254,185,43); }
div.DivClassName
{
background-color: #FEB92B;
}
.BgClassName
{
background-color: #FEB92B;
}
</style>
border-color css
<style>
span { border-color: #FEB92B; }
span { border-color: rgb(254,185,43); }
td.TdClassName
{
border-color: #FEB92B;
}
.TagClassName
{
border-color: #FEB92B;
}
</style>