Shades of Supernova #FFBE42
Tints of Supernova #FFBE42
RGB
CMYK
RGB Variations
Color information
#FFBE42 (or 0xFFBE42) is known color: Supernova. HEX triplet: FF, BE and 42. RGB value is (255,190,66). Sum of RGB (Red+Green+Blue) = 255+190+66=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE42 is #0041BD. Grayscale: #C3C3C3. Windows color (decimal): -16830 or 4374271. OLE color: 4374271.
HSL color Cylindrical-coordinate representation of color #FFBE42: hue angle of 39.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFBE42 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0 |
| HSL | 39.37º | 1% | 0.63% | - |
| HSV(B) | 39.37º | 0.74% | 1% | - |
| XYZ | 60.64 | 58.48 | 13.25 | - |
| YUV | 195.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 66 | 0 | 0.25 | 0.74 | 0 | 39.37 | 1 | 0.63 |
| Hex | FF | BE | 42 | 0 | 19 | 4A | 0 | 27 | 64 | 3F |
| Octal | 377 | 276 | 102 | 0 | 31 | 112 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111110 | 1000010 | 0 | 11001 | 1001010 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBE42
Complementary color
Monochromatic Colors of #FFBE42
Black with #FFBE42
Text Example
Text Example
White with #FFBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE42; }
p { color: rgb(255,190,66); }
H1.HeaderClassName
{
color: #FFBE42;
}
.AnyTagClassName
{
color: #FFBE42;
}
</style>
background-color css
<style>
a { background-color: #FFBE42; }
a { background-color: rgb(255,190,66); }
div.DivClassName
{
background-color: #FFBE42;
}
.BgClassName
{
background-color: #FFBE42;
}
</style>
border-color css
<style>
span { border-color: #FFBE42; }
span { border-color: rgb(255,190,66); }
td.TdClassName
{
border-color: #FFBE42;
}
.TagClassName
{
border-color: #FFBE42;
}
</style>