Shades of Supernova #FFBE40
Tints of Supernova #FFBE40
RGB
CMYK
RGB Variations
Color information
#FFBE40 (or 0xFFBE40) is known color: Supernova. HEX triplet: FF, BE and 40. RGB value is (255,190,64). Sum of RGB (Red+Green+Blue) = 255+190+64=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE40 is #0041BF. Grayscale: #C3C3C3. Windows color (decimal): -16832 or 4243199. OLE color: 4243199.
HSL color Cylindrical-coordinate representation of color #FFBE40: hue angle of 39.58º 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 #FFBE40 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 64 | - |
| CMYK | 0 | 0.25 | 0.75 | 0 |
| HSL | 39.58º | 1% | 0.63% | - |
| HSV(B) | 39.58º | 0.75% | 1% | - |
| XYZ | 60.58 | 58.46 | 12.94 | - |
| YUV | 195.07 | 54.03 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 64 | 0 | 0.25 | 0.75 | 0 | 39.58 | 1 | 0.63 |
| Hex | FF | BE | 40 | 0 | 19 | 4B | 0 | 28 | 64 | 3F |
| Octal | 377 | 276 | 100 | 0 | 31 | 113 | 0 | 50 | 144 | 77 |
| Binary | 11111111 | 10111110 | 1000000 | 0 | 11001 | 1001011 | 0 | 101000 | 1100100 | 111111 |
Color Harmonies of #FFBE40
Complementary color
Monochromatic Colors of #FFBE40
Black with #FFBE40
Text Example
Text Example
White with #FFBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE40; }
p { color: rgb(255,190,64); }
H1.HeaderClassName
{
color: #FFBE40;
}
.AnyTagClassName
{
color: #FFBE40;
}
</style>
background-color css
<style>
a { background-color: #FFBE40; }
a { background-color: rgb(255,190,64); }
div.DivClassName
{
background-color: #FFBE40;
}
.BgClassName
{
background-color: #FFBE40;
}
</style>
border-color css
<style>
span { border-color: #FFBE40; }
span { border-color: rgb(255,190,64); }
td.TdClassName
{
border-color: #FFBE40;
}
.TagClassName
{
border-color: #FFBE40;
}
</style>