Shades of Supernova #FEB334
Tints of Supernova #FEB334
RGB
CMYK
RGB Variations
Color information
#FEB334 (or 0xFEB334) is known color: Supernova. HEX triplet: FE, B3 and 34. RGB value is (254,179,52). Sum of RGB (Red+Green+Blue) = 254+179+52=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB334 is #014CCB. Grayscale: #BBBBBB. Windows color (decimal): -85196 or 3453950. OLE color: 3453950.
HSL color Cylindrical-coordinate representation of color #FEB334: hue angle of 37.72º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB334 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 52 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.00 |
| HSL | 37.72º | 0.99% | 0.6% | - |
| HSV(B) | 37.72º | 0.8% | 1% | - |
| XYZ | 57.61 | 53.56 | 10.55 | - |
| YUV | 186.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 52 | 0 | 0.30 | 0.80 | 0.00 | 37.72 | 0.99 | 0.6 |
| Hex | FE | B3 | 34 | 0 | 1E | 50 | 0 | 26 | 63 | 3C |
| Octal | 376 | 263 | 64 | 0 | 36 | 120 | 0 | 46 | 143 | 74 |
| Binary | 11111110 | 10110011 | 110100 | 0 | 11110 | 1010000 | 0 | 100110 | 1100011 | 111100 |
Color Harmonies of #FEB334
Complementary color
Monochromatic Colors of #FEB334
Black with #FEB334
Text Example
Text Example
White with #FEB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB334; }
p { color: rgb(254,179,52); }
H1.HeaderClassName
{
color: #FEB334;
}
.AnyTagClassName
{
color: #FEB334;
}
</style>
background-color css
<style>
a { background-color: #FEB334; }
a { background-color: rgb(254,179,52); }
div.DivClassName
{
background-color: #FEB334;
}
.BgClassName
{
background-color: #FEB334;
}
</style>
border-color css
<style>
span { border-color: #FEB334; }
span { border-color: rgb(254,179,52); }
td.TdClassName
{
border-color: #FEB334;
}
.TagClassName
{
border-color: #FEB334;
}
</style>