Shades of Supernova #FFBE38
Tints of Supernova #FFBE38
RGB
CMYK
RGB Variations
Color information
#FFBE38 (or 0xFFBE38) is known color: Supernova. HEX triplet: FF, BE and 38. RGB value is (255,190,56). Sum of RGB (Red+Green+Blue) = 255+190+56=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE38 is #0041C7. Grayscale: #C2C2C2. Windows color (decimal): -16840 or 3718911. OLE color: 3718911.
HSL color Cylindrical-coordinate representation of color #FFBE38: hue angle of 40.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFBE38 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 56 | - |
| CMYK | 0 | 0.25 | 0.78 | 0 |
| HSL | 40.4º | 1% | 0.61% | - |
| HSV(B) | 40.4º | 0.78% | 1% | - |
| XYZ | 60.37 | 58.37 | 11.83 | - |
| YUV | 194.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 56 | 0 | 0.25 | 0.78 | 0 | 40.4 | 1 | 0.61 |
| Hex | FF | BE | 38 | 0 | 19 | 4E | 0 | 28 | 64 | 3D |
| Octal | 377 | 276 | 70 | 0 | 31 | 116 | 0 | 50 | 144 | 75 |
| Binary | 11111111 | 10111110 | 111000 | 0 | 11001 | 1001110 | 0 | 101000 | 1100100 | 111101 |
Color Harmonies of #FFBE38
Complementary color
Monochromatic Colors of #FFBE38
Black with #FFBE38
Text Example
Text Example
White with #FFBE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE38; }
p { color: rgb(255,190,56); }
H1.HeaderClassName
{
color: #FFBE38;
}
.AnyTagClassName
{
color: #FFBE38;
}
</style>
background-color css
<style>
a { background-color: #FFBE38; }
a { background-color: rgb(255,190,56); }
div.DivClassName
{
background-color: #FFBE38;
}
.BgClassName
{
background-color: #FFBE38;
}
</style>
border-color css
<style>
span { border-color: #FFBE38; }
span { border-color: rgb(255,190,56); }
td.TdClassName
{
border-color: #FFBE38;
}
.TagClassName
{
border-color: #FFBE38;
}
</style>