Shades of Supernova #FEBF3E
Tints of Supernova #FEBF3E
RGB
CMYK
RGB Variations
Color information
#FEBF3E (or 0xFEBF3E) is known color: Supernova. HEX triplet: FE, BF and 3E. RGB value is (254,191,62). Sum of RGB (Red+Green+Blue) = 254+191+62=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF3E is #0140C1. Grayscale: #C3C3C3. Windows color (decimal): -82114 or 4112382. OLE color: 4112382.
HSL color Cylindrical-coordinate representation of color #FEBF3E: hue angle of 40.31º 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 #FEBF3E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 62 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.00 |
| HSL | 40.31º | 0.99% | 0.62% | - |
| HSV(B) | 40.31º | 0.76% | 1% | - |
| XYZ | 60.37 | 58.68 | 12.7 | - |
| YUV | 195.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 62 | 0 | 0.25 | 0.76 | 0.00 | 40.31 | 0.99 | 0.62 |
| Hex | FE | BF | 3E | 0 | 19 | 4C | 0 | 28 | 63 | 3E |
| Octal | 376 | 277 | 76 | 0 | 31 | 114 | 0 | 50 | 143 | 76 |
| Binary | 11111110 | 10111111 | 111110 | 0 | 11001 | 1001100 | 0 | 101000 | 1100011 | 111110 |
Color Harmonies of #FEBF3E
Complementary color
Monochromatic Colors of #FEBF3E
Black with #FEBF3E
Text Example
Text Example
White with #FEBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF3E; }
p { color: rgb(254,191,62); }
H1.HeaderClassName
{
color: #FEBF3E;
}
.AnyTagClassName
{
color: #FEBF3E;
}
</style>
background-color css
<style>
a { background-color: #FEBF3E; }
a { background-color: rgb(254,191,62); }
div.DivClassName
{
background-color: #FEBF3E;
}
.BgClassName
{
background-color: #FEBF3E;
}
</style>
border-color css
<style>
span { border-color: #FEBF3E; }
span { border-color: rgb(254,191,62); }
td.TdClassName
{
border-color: #FEBF3E;
}
.TagClassName
{
border-color: #FEBF3E;
}
</style>