Shades of Supernova #FFBE3C
Tints of Supernova #FFBE3C
RGB
CMYK
RGB Variations
Color information
#FFBE3C (or 0xFFBE3C) is known color: Supernova. HEX triplet: FF, BE and 3C. RGB value is (255,190,60). Sum of RGB (Red+Green+Blue) = 255+190+60=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE3C is #0041C3. Grayscale: #C3C3C3. Windows color (decimal): -16836 or 3981055. OLE color: 3981055.
HSL color Cylindrical-coordinate representation of color #FFBE3C: hue angle of 40º 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 #FFBE3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0 |
| HSL | 40º | 1% | 0.62% | - |
| HSV(B) | 40º | 0.76% | 1% | - |
| XYZ | 60.47 | 58.41 | 12.36 | - |
| YUV | 194.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 60 | 0 | 0.25 | 0.76 | 0 | 40 | 1 | 0.62 |
| Hex | FF | BE | 3C | 0 | 19 | 4C | 0 | 28 | 64 | 3E |
| Octal | 377 | 276 | 74 | 0 | 31 | 114 | 0 | 50 | 144 | 76 |
| Binary | 11111111 | 10111110 | 111100 | 0 | 11001 | 1001100 | 0 | 101000 | 1100100 | 111110 |
Color Harmonies of #FFBE3C
Complementary color
Monochromatic Colors of #FFBE3C
Black with #FFBE3C
Text Example
Text Example
White with #FFBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE3C; }
p { color: rgb(255,190,60); }
H1.HeaderClassName
{
color: #FFBE3C;
}
.AnyTagClassName
{
color: #FFBE3C;
}
</style>
background-color css
<style>
a { background-color: #FFBE3C; }
a { background-color: rgb(255,190,60); }
div.DivClassName
{
background-color: #FFBE3C;
}
.BgClassName
{
background-color: #FFBE3C;
}
</style>
border-color css
<style>
span { border-color: #FFBE3C; }
span { border-color: rgb(255,190,60); }
td.TdClassName
{
border-color: #FFBE3C;
}
.TagClassName
{
border-color: #FFBE3C;
}
</style>