Shades of Supernova #FFBE32
Tints of Supernova #FFBE32
RGB
CMYK
RGB Variations
Color information
#FFBE32 (or 0xFFBE32) is known color: Supernova. HEX triplet: FF, BE and 32. RGB value is (255,190,50). Sum of RGB (Red+Green+Blue) = 255+190+50=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE32 is #0041CD. Grayscale: #C2C2C2. Windows color (decimal): -16846 or 3325695. OLE color: 3325695.
HSL color Cylindrical-coordinate representation of color #FFBE32: hue angle of 40.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBE32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0 |
| HSL | 40.98º | 1% | 0.6% | - |
| HSV(B) | 40.98º | 0.8% | 1% | - |
| XYZ | 60.23 | 58.32 | 11.1 | - |
| YUV | 193.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 50 | 0 | 0.25 | 0.80 | 0 | 40.98 | 1 | 0.6 |
| Hex | FF | BE | 32 | 0 | 19 | 50 | 0 | 29 | 64 | 3C |
| Octal | 377 | 276 | 62 | 0 | 31 | 120 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111110 | 110010 | 0 | 11001 | 1010000 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBE32
Complementary color
Monochromatic Colors of #FFBE32
Black with #FFBE32
Text Example
Text Example
White with #FFBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE32; }
p { color: rgb(255,190,50); }
H1.HeaderClassName
{
color: #FFBE32;
}
.AnyTagClassName
{
color: #FFBE32;
}
</style>
background-color css
<style>
a { background-color: #FFBE32; }
a { background-color: rgb(255,190,50); }
div.DivClassName
{
background-color: #FFBE32;
}
.BgClassName
{
background-color: #FFBE32;
}
</style>
border-color css
<style>
span { border-color: #FFBE32; }
span { border-color: rgb(255,190,50); }
td.TdClassName
{
border-color: #FFBE32;
}
.TagClassName
{
border-color: #FFBE32;
}
</style>