Shades of Supernova #F2B43A
Tints of Supernova #F2B43A
RGB
CMYK
RGB Variations
Color information
#F2B43A (or 0xF2B43A) is known color: Supernova. HEX triplet: F2, B4 and 3A. RGB value is (242,180,58). Sum of RGB (Red+Green+Blue) = 242+180+58=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B43A is #0D4BC5. Grayscale: #B9B9B9. Windows color (decimal): -871366 or 3847410. OLE color: 3847410.
HSL color Cylindrical-coordinate representation of color #F2B43A: hue angle of 39.78º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2B43A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 58 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.05 |
| HSL | 39.78º | 0.88% | 0.59% | - |
| HSV(B) | 39.78º | 0.76% | 0.95% | - |
| XYZ | 53.7 | 51.83 | 11.18 | - |
| YUV | 184.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 58 | 0 | 0.26 | 0.76 | 0.05 | 39.78 | 0.88 | 0.59 |
| Hex | F2 | B4 | 3A | 0 | 1A | 4C | 5 | 28 | 58 | 3B |
| Octal | 362 | 264 | 72 | 0 | 32 | 114 | 5 | 50 | 130 | 73 |
| Binary | 11110010 | 10110100 | 111010 | 0 | 11010 | 1001100 | 101 | 101000 | 1011000 | 111011 |
Color Harmonies of #F2B43A
Complementary color
Monochromatic Colors of #F2B43A
Black with #F2B43A
Text Example
Text Example
White with #F2B43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B43A; }
p { color: rgb(242,180,58); }
H1.HeaderClassName
{
color: #F2B43A;
}
.AnyTagClassName
{
color: #F2B43A;
}
</style>
background-color css
<style>
a { background-color: #F2B43A; }
a { background-color: rgb(242,180,58); }
div.DivClassName
{
background-color: #F2B43A;
}
.BgClassName
{
background-color: #F2B43A;
}
</style>
border-color css
<style>
span { border-color: #F2B43A; }
span { border-color: rgb(242,180,58); }
td.TdClassName
{
border-color: #F2B43A;
}
.TagClassName
{
border-color: #F2B43A;
}
</style>