Shades of Supernova #FEB93D
Tints of Supernova #FEB93D
RGB
CMYK
RGB Variations
Color information
#FEB93D (or 0xFEB93D) is known color: Supernova. HEX triplet: FE, B9 and 3D. RGB value is (254,185,61). Sum of RGB (Red+Green+Blue) = 254+185+61=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB93D is #0146C2. Grayscale: #C0C0C0. Windows color (decimal): -83651 or 4045310. OLE color: 4045310.
HSL color Cylindrical-coordinate representation of color #FEB93D: hue angle of 38.55º 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 #FEB93D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.00 |
| HSL | 38.55º | 0.99% | 0.62% | - |
| HSV(B) | 38.55º | 0.76% | 1% | - |
| XYZ | 59.06 | 56.11 | 12.13 | - |
| YUV | 191.5 | 54.36 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 61 | 0 | 0.27 | 0.76 | 0.00 | 38.55 | 0.99 | 0.62 |
| Hex | FE | B9 | 3D | 0 | 1B | 4C | 0 | 27 | 63 | 3E |
| Octal | 376 | 271 | 75 | 0 | 33 | 114 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111001 | 111101 | 0 | 11011 | 1001100 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEB93D
Complementary color
Monochromatic Colors of #FEB93D
Black with #FEB93D
Text Example
Text Example
White with #FEB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB93D; }
p { color: rgb(254,185,61); }
H1.HeaderClassName
{
color: #FEB93D;
}
.AnyTagClassName
{
color: #FEB93D;
}
</style>
background-color css
<style>
a { background-color: #FEB93D; }
a { background-color: rgb(254,185,61); }
div.DivClassName
{
background-color: #FEB93D;
}
.BgClassName
{
background-color: #FEB93D;
}
</style>
border-color css
<style>
span { border-color: #FEB93D; }
span { border-color: rgb(254,185,61); }
td.TdClassName
{
border-color: #FEB93D;
}
.TagClassName
{
border-color: #FEB93D;
}
</style>