Shades of Supernova #FEB33D
Tints of Supernova #FEB33D
RGB
CMYK
RGB Variations
Color information
#FEB33D (or 0xFEB33D) is known color: Supernova. HEX triplet: FE, B3 and 3D. RGB value is (254,179,61). Sum of RGB (Red+Green+Blue) = 254+179+61=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB33D is #014CC2. Grayscale: #BCBCBC. Windows color (decimal): -85187 or 4043774. OLE color: 4043774.
HSL color Cylindrical-coordinate representation of color #FEB33D: hue angle of 36.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEB33D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 61 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.00 |
| HSL | 36.68º | 0.99% | 0.62% | - |
| HSV(B) | 36.68º | 0.76% | 1% | - |
| XYZ | 57.84 | 53.65 | 11.72 | - |
| YUV | 187.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 61 | 0 | 0.30 | 0.76 | 0.00 | 36.68 | 0.99 | 0.62 |
| Hex | FE | B3 | 3D | 0 | 1E | 4C | 0 | 25 | 63 | 3E |
| Octal | 376 | 263 | 75 | 0 | 36 | 114 | 0 | 45 | 143 | 76 |
| Binary | 11111110 | 10110011 | 111101 | 0 | 11110 | 1001100 | 0 | 100101 | 1100011 | 111110 |
Color Harmonies of #FEB33D
Complementary color
Monochromatic Colors of #FEB33D
Black with #FEB33D
Text Example
Text Example
White with #FEB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB33D; }
p { color: rgb(254,179,61); }
H1.HeaderClassName
{
color: #FEB33D;
}
.AnyTagClassName
{
color: #FEB33D;
}
</style>
background-color css
<style>
a { background-color: #FEB33D; }
a { background-color: rgb(254,179,61); }
div.DivClassName
{
background-color: #FEB33D;
}
.BgClassName
{
background-color: #FEB33D;
}
</style>
border-color css
<style>
span { border-color: #FEB33D; }
span { border-color: rgb(254,179,61); }
td.TdClassName
{
border-color: #FEB33D;
}
.TagClassName
{
border-color: #FEB33D;
}
</style>