Shades of Supernova #F2B63C
Tints of Supernova #F2B63C
RGB
CMYK
RGB Variations
Color information
#F2B63C (or 0xF2B63C) is known color: Supernova. HEX triplet: F2, B6 and 3C. RGB value is (242,182,60). Sum of RGB (Red+Green+Blue) = 242+182+60=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B63C is #0D49C3. Grayscale: #BABABA. Windows color (decimal): -870852 or 3978994. OLE color: 3978994.
HSL color Cylindrical-coordinate representation of color #F2B63C: hue angle of 40.22º 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 #F2B63C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 60 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.05 |
| HSL | 40.22º | 0.88% | 0.59% | - |
| HSV(B) | 40.22º | 0.75% | 0.95% | - |
| XYZ | 54.16 | 52.66 | 11.58 | - |
| YUV | 186.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 60 | 0 | 0.25 | 0.75 | 0.05 | 40.22 | 0.88 | 0.59 |
| Hex | F2 | B6 | 3C | 0 | 19 | 4B | 5 | 28 | 58 | 3B |
| Octal | 362 | 266 | 74 | 0 | 31 | 113 | 5 | 50 | 130 | 73 |
| Binary | 11110010 | 10110110 | 111100 | 0 | 11001 | 1001011 | 101 | 101000 | 1011000 | 111011 |
Color Harmonies of #F2B63C
Complementary color
Monochromatic Colors of #F2B63C
Black with #F2B63C
Text Example
Text Example
White with #F2B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B63C; }
p { color: rgb(242,182,60); }
H1.HeaderClassName
{
color: #F2B63C;
}
.AnyTagClassName
{
color: #F2B63C;
}
</style>
background-color css
<style>
a { background-color: #F2B63C; }
a { background-color: rgb(242,182,60); }
div.DivClassName
{
background-color: #F2B63C;
}
.BgClassName
{
background-color: #F2B63C;
}
</style>
border-color css
<style>
span { border-color: #F2B63C; }
span { border-color: rgb(242,182,60); }
td.TdClassName
{
border-color: #F2B63C;
}
.TagClassName
{
border-color: #F2B63C;
}
</style>