Shades of Supernova #FFB42B
Tints of Supernova #FFB42B
RGB
CMYK
RGB Variations
Color information
#FFB42B (or 0xFFB42B) is known color: Supernova. HEX triplet: FF, B4 and 2B. RGB value is (255,180,43). Sum of RGB (Red+Green+Blue) = 255+180+43=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB42B is #004BD4. Grayscale: #BBBBBB. Windows color (decimal): -19413 or 2864383. OLE color: 2864383.
HSL color Cylindrical-coordinate representation of color #FFB42B: hue angle of 38.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB42B is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 43 | - |
| CMYK | 0 | 0.29 | 0.83 | 0 |
| HSL | 38.77º | 1% | 0.58% | - |
| HSV(B) | 38.77º | 0.83% | 1% | - |
| XYZ | 58 | 54.08 | 9.67 | - |
| YUV | 186.81 | 46.85 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 43 | 0 | 0.29 | 0.83 | 0 | 38.77 | 1 | 0.58 |
| Hex | FF | B4 | 2B | 0 | 1D | 53 | 0 | 27 | 64 | 3A |
| Octal | 377 | 264 | 53 | 0 | 35 | 123 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110100 | 101011 | 0 | 11101 | 1010011 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB42B
Complementary color
Monochromatic Colors of #FFB42B
Black with #FFB42B
Text Example
Text Example
White with #FFB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB42B; }
p { color: rgb(255,180,43); }
H1.HeaderClassName
{
color: #FFB42B;
}
.AnyTagClassName
{
color: #FFB42B;
}
</style>
background-color css
<style>
a { background-color: #FFB42B; }
a { background-color: rgb(255,180,43); }
div.DivClassName
{
background-color: #FFB42B;
}
.BgClassName
{
background-color: #FFB42B;
}
</style>
border-color css
<style>
span { border-color: #FFB42B; }
span { border-color: rgb(255,180,43); }
td.TdClassName
{
border-color: #FFB42B;
}
.TagClassName
{
border-color: #FFB42B;
}
</style>