Shades of Supernova #FEBF36
Tints of Supernova #FEBF36
RGB
CMYK
RGB Variations
Color information
#FEBF36 (or 0xFEBF36) is known color: Supernova. HEX triplet: FE, BF and 36. RGB value is (254,191,54). Sum of RGB (Red+Green+Blue) = 254+191+54=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF36 is #0140C9. Grayscale: #C2C2C2. Windows color (decimal): -82122 or 3588094. OLE color: 3588094.
HSL color Cylindrical-coordinate representation of color #FEBF36: hue angle of 41.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEBF36 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 54 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.00 |
| HSL | 41.1º | 0.99% | 0.6% | - |
| HSV(B) | 41.1º | 0.79% | 1% | - |
| XYZ | 60.17 | 58.6 | 11.63 | - |
| YUV | 194.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 54 | 0 | 0.25 | 0.79 | 0.00 | 41.1 | 0.99 | 0.6 |
| Hex | FE | BF | 36 | 0 | 19 | 4F | 0 | 29 | 63 | 3C |
| Octal | 376 | 277 | 66 | 0 | 31 | 117 | 0 | 51 | 143 | 74 |
| Binary | 11111110 | 10111111 | 110110 | 0 | 11001 | 1001111 | 0 | 101001 | 1100011 | 111100 |
Color Harmonies of #FEBF36
Complementary color
Monochromatic Colors of #FEBF36
Black with #FEBF36
Text Example
Text Example
White with #FEBF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF36; }
p { color: rgb(254,191,54); }
H1.HeaderClassName
{
color: #FEBF36;
}
.AnyTagClassName
{
color: #FEBF36;
}
</style>
background-color css
<style>
a { background-color: #FEBF36; }
a { background-color: rgb(254,191,54); }
div.DivClassName
{
background-color: #FEBF36;
}
.BgClassName
{
background-color: #FEBF36;
}
</style>
border-color css
<style>
span { border-color: #FEBF36; }
span { border-color: rgb(254,191,54); }
td.TdClassName
{
border-color: #FEBF36;
}
.TagClassName
{
border-color: #FEBF36;
}
</style>