Shades of Supernova #F3B63C
Tints of Supernova #F3B63C
RGB
CMYK
RGB Variations
Color information
#F3B63C (or 0xF3B63C) is known color: Supernova. HEX triplet: F3, B6 and 3C. RGB value is (243,182,60). Sum of RGB (Red+Green+Blue) = 243+182+60=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B63C is #0C49C3. Grayscale: #BABABA. Windows color (decimal): -805316 or 3978995. OLE color: 3978995.
HSL color Cylindrical-coordinate representation of color #F3B63C: hue angle of 40º 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 #F3B63C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 60 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.05 |
| HSL | 40º | 0.88% | 0.59% | - |
| HSV(B) | 40º | 0.75% | 0.95% | - |
| XYZ | 54.51 | 52.84 | 11.6 | - |
| YUV | 186.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 60 | 0 | 0.25 | 0.75 | 0.05 | 40 | 0.88 | 0.59 |
| Hex | F3 | B6 | 3C | 0 | 19 | 4B | 5 | 28 | 58 | 3B |
| Octal | 363 | 266 | 74 | 0 | 31 | 113 | 5 | 50 | 130 | 73 |
| Binary | 11110011 | 10110110 | 111100 | 0 | 11001 | 1001011 | 101 | 101000 | 1011000 | 111011 |
Color Harmonies of #F3B63C
Complementary color
Monochromatic Colors of #F3B63C
Black with #F3B63C
Text Example
Text Example
White with #F3B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B63C; }
p { color: rgb(243,182,60); }
H1.HeaderClassName
{
color: #F3B63C;
}
.AnyTagClassName
{
color: #F3B63C;
}
</style>
background-color css
<style>
a { background-color: #F3B63C; }
a { background-color: rgb(243,182,60); }
div.DivClassName
{
background-color: #F3B63C;
}
.BgClassName
{
background-color: #F3B63C;
}
</style>
border-color css
<style>
span { border-color: #F3B63C; }
span { border-color: rgb(243,182,60); }
td.TdClassName
{
border-color: #F3B63C;
}
.TagClassName
{
border-color: #F3B63C;
}
</style>