Shades of Supernova #FFBE3D
Tints of Supernova #FFBE3D
RGB
CMYK
RGB Variations
Color information
#FFBE3D (or 0xFFBE3D) is known color: Supernova. HEX triplet: FF, BE and 3D. RGB value is (255,190,61). Sum of RGB (Red+Green+Blue) = 255+190+61=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE3D is #0041C2. Grayscale: #C3C3C3. Windows color (decimal): -16835 or 4046591. OLE color: 4046591.
HSL color Cylindrical-coordinate representation of color #FFBE3D: hue angle of 39.9º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBE3D is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 61 | - |
| CMYK | 0 | 0.25 | 0.76 | 0 |
| HSL | 39.9º | 1% | 0.62% | - |
| HSV(B) | 39.9º | 0.76% | 1% | - |
| XYZ | 60.5 | 58.42 | 12.5 | - |
| YUV | 194.73 | 52.53 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 61 | 0 | 0.25 | 0.76 | 0 | 39.9 | 1 | 0.62 |
| Hex | FF | BE | 3D | 0 | 19 | 4C | 0 | 28 | 64 | 3E |
| Octal | 377 | 276 | 75 | 0 | 31 | 114 | 0 | 50 | 144 | 76 |
| Binary | 11111111 | 10111110 | 111101 | 0 | 11001 | 1001100 | 0 | 101000 | 1100100 | 111110 |
Color Harmonies of #FFBE3D
Complementary color
Monochromatic Colors of #FFBE3D
Black with #FFBE3D
Text Example
Text Example
White with #FFBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE3D; }
p { color: rgb(255,190,61); }
H1.HeaderClassName
{
color: #FFBE3D;
}
.AnyTagClassName
{
color: #FFBE3D;
}
</style>
background-color css
<style>
a { background-color: #FFBE3D; }
a { background-color: rgb(255,190,61); }
div.DivClassName
{
background-color: #FFBE3D;
}
.BgClassName
{
background-color: #FFBE3D;
}
</style>
border-color css
<style>
span { border-color: #FFBE3D; }
span { border-color: rgb(255,190,61); }
td.TdClassName
{
border-color: #FFBE3D;
}
.TagClassName
{
border-color: #FFBE3D;
}
</style>