Shades of Supernova #F2BA3C
Tints of Supernova #F2BA3C
RGB
CMYK
RGB Variations
Color information
#F2BA3C (or 0xF2BA3C) is known color: Supernova. HEX triplet: F2, BA and 3C. RGB value is (242,186,60). Sum of RGB (Red+Green+Blue) = 242+186+60=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA3C is #0D45C3. Grayscale: #BCBCBC. Windows color (decimal): -869828 or 3980018. OLE color: 3980018.
HSL color Cylindrical-coordinate representation of color #F2BA3C: hue angle of 41.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2BA3C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.05 |
| HSL | 41.54º | 0.88% | 0.59% | - |
| HSV(B) | 41.54º | 0.75% | 0.95% | - |
| XYZ | 54.99 | 54.32 | 11.86 | - |
| YUV | 188.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 60 | 0 | 0.23 | 0.75 | 0.05 | 41.54 | 0.88 | 0.59 |
| Hex | F2 | BA | 3C | 0 | 17 | 4B | 5 | 2A | 58 | 3B |
| Octal | 362 | 272 | 74 | 0 | 27 | 113 | 5 | 52 | 130 | 73 |
| Binary | 11110010 | 10111010 | 111100 | 0 | 10111 | 1001011 | 101 | 101010 | 1011000 | 111011 |
Color Harmonies of #F2BA3C
Complementary color
Monochromatic Colors of #F2BA3C
Black with #F2BA3C
Text Example
Text Example
White with #F2BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA3C; }
p { color: rgb(242,186,60); }
H1.HeaderClassName
{
color: #F2BA3C;
}
.AnyTagClassName
{
color: #F2BA3C;
}
</style>
background-color css
<style>
a { background-color: #F2BA3C; }
a { background-color: rgb(242,186,60); }
div.DivClassName
{
background-color: #F2BA3C;
}
.BgClassName
{
background-color: #F2BA3C;
}
</style>
border-color css
<style>
span { border-color: #F2BA3C; }
span { border-color: rgb(242,186,60); }
td.TdClassName
{
border-color: #F2BA3C;
}
.TagClassName
{
border-color: #F2BA3C;
}
</style>