Shades of Supernova #FFBE31
Tints of Supernova #FFBE31
RGB
CMYK
RGB Variations
Color information
#FFBE31 (or 0xFFBE31) is known color: Supernova. HEX triplet: FF, BE and 31. RGB value is (255,190,49). Sum of RGB (Red+Green+Blue) = 255+190+49=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE31 is #0041CE. Grayscale: #C1C1C1. Windows color (decimal): -16847 or 3260159. OLE color: 3260159.
HSL color Cylindrical-coordinate representation of color #FFBE31: hue angle of 41.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBE31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0 |
| HSL | 41.07º | 1% | 0.6% | - |
| HSV(B) | 41.07º | 0.81% | 1% | - |
| XYZ | 60.21 | 58.31 | 10.99 | - |
| YUV | 193.36 | 46.53 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 49 | 0 | 0.25 | 0.81 | 0 | 41.07 | 1 | 0.6 |
| Hex | FF | BE | 31 | 0 | 19 | 51 | 0 | 29 | 64 | 3C |
| Octal | 377 | 276 | 61 | 0 | 31 | 121 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111110 | 110001 | 0 | 11001 | 1010001 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBE31
Complementary color
Monochromatic Colors of #FFBE31
Black with #FFBE31
Text Example
Text Example
White with #FFBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE31; }
p { color: rgb(255,190,49); }
H1.HeaderClassName
{
color: #FFBE31;
}
.AnyTagClassName
{
color: #FFBE31;
}
</style>
background-color css
<style>
a { background-color: #FFBE31; }
a { background-color: rgb(255,190,49); }
div.DivClassName
{
background-color: #FFBE31;
}
.BgClassName
{
background-color: #FFBE31;
}
</style>
border-color css
<style>
span { border-color: #FFBE31; }
span { border-color: rgb(255,190,49); }
td.TdClassName
{
border-color: #FFBE31;
}
.TagClassName
{
border-color: #FFBE31;
}
</style>