Shades of Supernova #FEB63F
Tints of Supernova #FEB63F
RGB
CMYK
RGB Variations
Color information
#FEB63F (or 0xFEB63F) is known color: Supernova. HEX triplet: FE, B6 and 3F. RGB value is (254,182,63). Sum of RGB (Red+Green+Blue) = 254+182+63=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB63F is #0149C0. Grayscale: #BEBEBE. Windows color (decimal): -84417 or 4175614. OLE color: 4175614.
HSL color Cylindrical-coordinate representation of color #FEB63F: hue angle of 37.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEB63F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 63 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.00 |
| HSL | 37.38º | 0.99% | 0.62% | - |
| HSV(B) | 37.38º | 0.75% | 1% | - |
| XYZ | 58.5 | 54.89 | 12.21 | - |
| YUV | 189.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 63 | 0 | 0.28 | 0.75 | 0.00 | 37.38 | 0.99 | 0.62 |
| Hex | FE | B6 | 3F | 0 | 1C | 4B | 0 | 25 | 63 | 3E |
| Octal | 376 | 266 | 77 | 0 | 34 | 113 | 0 | 45 | 143 | 76 |
| Binary | 11111110 | 10110110 | 111111 | 0 | 11100 | 1001011 | 0 | 100101 | 1100011 | 111110 |
Color Harmonies of #FEB63F
Complementary color
Monochromatic Colors of #FEB63F
Black with #FEB63F
Text Example
Text Example
White with #FEB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB63F; }
p { color: rgb(254,182,63); }
H1.HeaderClassName
{
color: #FEB63F;
}
.AnyTagClassName
{
color: #FEB63F;
}
</style>
background-color css
<style>
a { background-color: #FEB63F; }
a { background-color: rgb(254,182,63); }
div.DivClassName
{
background-color: #FEB63F;
}
.BgClassName
{
background-color: #FEB63F;
}
</style>
border-color css
<style>
span { border-color: #FEB63F; }
span { border-color: rgb(254,182,63); }
td.TdClassName
{
border-color: #FEB63F;
}
.TagClassName
{
border-color: #FEB63F;
}
</style>