Shades of Supernova #FEBE3C
Tints of Supernova #FEBE3C
RGB
CMYK
RGB Variations
Color information
#FEBE3C (or 0xFEBE3C) is known color: Supernova. HEX triplet: FE, BE and 3C. RGB value is (254,190,60). Sum of RGB (Red+Green+Blue) = 254+190+60=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE3C is #0141C3. Grayscale: #C2C2C2. Windows color (decimal): -82372 or 3981054. OLE color: 3981054.
HSL color Cylindrical-coordinate representation of color #FEBE3C: hue angle of 40.21º 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 #FEBE3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.00 |
| HSL | 40.21º | 0.99% | 0.62% | - |
| HSV(B) | 40.21º | 0.76% | 1% | - |
| XYZ | 60.1 | 58.22 | 12.35 | - |
| YUV | 194.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 60 | 0 | 0.25 | 0.76 | 0.00 | 40.21 | 0.99 | 0.62 |
| Hex | FE | BE | 3C | 0 | 19 | 4C | 0 | 28 | 63 | 3E |
| Octal | 376 | 276 | 74 | 0 | 31 | 114 | 0 | 50 | 143 | 76 |
| Binary | 11111110 | 10111110 | 111100 | 0 | 11001 | 1001100 | 0 | 101000 | 1100011 | 111110 |
Color Harmonies of #FEBE3C
Complementary color
Monochromatic Colors of #FEBE3C
Black with #FEBE3C
Text Example
Text Example
White with #FEBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE3C; }
p { color: rgb(254,190,60); }
H1.HeaderClassName
{
color: #FEBE3C;
}
.AnyTagClassName
{
color: #FEBE3C;
}
</style>
background-color css
<style>
a { background-color: #FEBE3C; }
a { background-color: rgb(254,190,60); }
div.DivClassName
{
background-color: #FEBE3C;
}
.BgClassName
{
background-color: #FEBE3C;
}
</style>
border-color css
<style>
span { border-color: #FEBE3C; }
span { border-color: rgb(254,190,60); }
td.TdClassName
{
border-color: #FEBE3C;
}
.TagClassName
{
border-color: #FEBE3C;
}
</style>