Shades of Supernova #FFBE41
Tints of Supernova #FFBE41
RGB
CMYK
RGB Variations
Color information
#FFBE41 (or 0xFFBE41) is known color: Supernova. HEX triplet: FF, BE and 41. RGB value is (255,190,65). Sum of RGB (Red+Green+Blue) = 255+190+65=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE41 is #0041BE. Grayscale: #C3C3C3. Windows color (decimal): -16831 or 4308735. OLE color: 4308735.
HSL color Cylindrical-coordinate representation of color #FFBE41: hue angle of 39.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBE41 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 65 | - |
| CMYK | 0 | 0.25 | 0.75 | 0 |
| HSL | 39.47º | 1% | 0.63% | - |
| HSV(B) | 39.47º | 0.75% | 1% | - |
| XYZ | 60.61 | 58.47 | 13.09 | - |
| YUV | 195.19 | 54.53 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 65 | 0 | 0.25 | 0.75 | 0 | 39.47 | 1 | 0.63 |
| Hex | FF | BE | 41 | 0 | 19 | 4B | 0 | 27 | 64 | 3F |
| Octal | 377 | 276 | 101 | 0 | 31 | 113 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111110 | 1000001 | 0 | 11001 | 1001011 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBE41
Complementary color
Monochromatic Colors of #FFBE41
Black with #FFBE41
Text Example
Text Example
White with #FFBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE41; }
p { color: rgb(255,190,65); }
H1.HeaderClassName
{
color: #FFBE41;
}
.AnyTagClassName
{
color: #FFBE41;
}
</style>
background-color css
<style>
a { background-color: #FFBE41; }
a { background-color: rgb(255,190,65); }
div.DivClassName
{
background-color: #FFBE41;
}
.BgClassName
{
background-color: #FFBE41;
}
</style>
border-color css
<style>
span { border-color: #FFBE41; }
span { border-color: rgb(255,190,65); }
td.TdClassName
{
border-color: #FFBE41;
}
.TagClassName
{
border-color: #FFBE41;
}
</style>