Shades of Supernova #FEB33B
Tints of Supernova #FEB33B
RGB
CMYK
RGB Variations
Color information
#FEB33B (or 0xFEB33B) is known color: Supernova. HEX triplet: FE, B3 and 3B. RGB value is (254,179,59). Sum of RGB (Red+Green+Blue) = 254+179+59=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB33B is #014CC4. Grayscale: #BCBCBC. Windows color (decimal): -85189 or 3912702. OLE color: 3912702.
HSL color Cylindrical-coordinate representation of color #FEB33B: hue angle of 36.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEB33B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 59 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.00 |
| HSL | 36.92º | 0.99% | 0.61% | - |
| HSV(B) | 36.92º | 0.77% | 1% | - |
| XYZ | 57.78 | 53.63 | 11.44 | - |
| YUV | 187.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 59 | 0 | 0.30 | 0.77 | 0.00 | 36.92 | 0.99 | 0.61 |
| Hex | FE | B3 | 3B | 0 | 1E | 4D | 0 | 25 | 63 | 3D |
| Octal | 376 | 263 | 73 | 0 | 36 | 115 | 0 | 45 | 143 | 75 |
| Binary | 11111110 | 10110011 | 111011 | 0 | 11110 | 1001101 | 0 | 100101 | 1100011 | 111101 |
Color Harmonies of #FEB33B
Complementary color
Monochromatic Colors of #FEB33B
Black with #FEB33B
Text Example
Text Example
White with #FEB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB33B; }
p { color: rgb(254,179,59); }
H1.HeaderClassName
{
color: #FEB33B;
}
.AnyTagClassName
{
color: #FEB33B;
}
</style>
background-color css
<style>
a { background-color: #FEB33B; }
a { background-color: rgb(254,179,59); }
div.DivClassName
{
background-color: #FEB33B;
}
.BgClassName
{
background-color: #FEB33B;
}
</style>
border-color css
<style>
span { border-color: #FEB33B; }
span { border-color: rgb(254,179,59); }
td.TdClassName
{
border-color: #FEB33B;
}
.TagClassName
{
border-color: #FEB33B;
}
</style>