Shades of Supernova #FFB42E
Tints of Supernova #FFB42E
RGB
CMYK
RGB Variations
Color information
#FFB42E (or 0xFFB42E) is known color: Supernova. HEX triplet: FF, B4 and 2E. RGB value is (255,180,46). Sum of RGB (Red+Green+Blue) = 255+180+46=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB42E is #004BD1. Grayscale: #BBBBBB. Windows color (decimal): -19410 or 3060991. OLE color: 3060991.
HSL color Cylindrical-coordinate representation of color #FFB42E: hue angle of 38.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB42E is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 46 | - |
| CMYK | 0 | 0.29 | 0.82 | 0 |
| HSL | 38.47º | 1% | 0.59% | - |
| HSV(B) | 38.47º | 0.82% | 1% | - |
| XYZ | 58.05 | 54.1 | 9.97 | - |
| YUV | 187.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 46 | 0 | 0.29 | 0.82 | 0 | 38.47 | 1 | 0.59 |
| Hex | FF | B4 | 2E | 0 | 1D | 52 | 0 | 26 | 64 | 3B |
| Octal | 377 | 264 | 56 | 0 | 35 | 122 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110100 | 101110 | 0 | 11101 | 1010010 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB42E
Complementary color
Monochromatic Colors of #FFB42E
Black with #FFB42E
Text Example
Text Example
White with #FFB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB42E; }
p { color: rgb(255,180,46); }
H1.HeaderClassName
{
color: #FFB42E;
}
.AnyTagClassName
{
color: #FFB42E;
}
</style>
background-color css
<style>
a { background-color: #FFB42E; }
a { background-color: rgb(255,180,46); }
div.DivClassName
{
background-color: #FFB42E;
}
.BgClassName
{
background-color: #FFB42E;
}
</style>
border-color css
<style>
span { border-color: #FFB42E; }
span { border-color: rgb(255,180,46); }
td.TdClassName
{
border-color: #FFB42E;
}
.TagClassName
{
border-color: #FFB42E;
}
</style>