Shades of Supernova #FEBE3F
Tints of Supernova #FEBE3F
RGB
CMYK
RGB Variations
Color information
#FEBE3F (or 0xFEBE3F) is known color: Supernova. HEX triplet: FE, BE and 3F. RGB value is (254,190,63). Sum of RGB (Red+Green+Blue) = 254+190+63=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE3F is #0141C0. Grayscale: #C3C3C3. Windows color (decimal): -82369 or 4177662. OLE color: 4177662.
HSL color Cylindrical-coordinate representation of color #FEBE3F: hue angle of 39.9º 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 #FEBE3F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 63 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.00 |
| HSL | 39.9º | 0.99% | 0.62% | - |
| HSV(B) | 39.9º | 0.75% | 1% | - |
| XYZ | 60.18 | 58.26 | 12.78 | - |
| YUV | 194.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 63 | 0 | 0.25 | 0.75 | 0.00 | 39.9 | 0.99 | 0.62 |
| Hex | FE | BE | 3F | 0 | 19 | 4B | 0 | 28 | 63 | 3E |
| Octal | 376 | 276 | 77 | 0 | 31 | 113 | 0 | 50 | 143 | 76 |
| Binary | 11111110 | 10111110 | 111111 | 0 | 11001 | 1001011 | 0 | 101000 | 1100011 | 111110 |
Color Harmonies of #FEBE3F
Complementary color
Monochromatic Colors of #FEBE3F
Black with #FEBE3F
Text Example
Text Example
White with #FEBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE3F; }
p { color: rgb(254,190,63); }
H1.HeaderClassName
{
color: #FEBE3F;
}
.AnyTagClassName
{
color: #FEBE3F;
}
</style>
background-color css
<style>
a { background-color: #FEBE3F; }
a { background-color: rgb(254,190,63); }
div.DivClassName
{
background-color: #FEBE3F;
}
.BgClassName
{
background-color: #FEBE3F;
}
</style>
border-color css
<style>
span { border-color: #FEBE3F; }
span { border-color: rgb(254,190,63); }
td.TdClassName
{
border-color: #FEBE3F;
}
.TagClassName
{
border-color: #FEBE3F;
}
</style>