Shades of Supernova #F2B83C
Tints of Supernova #F2B83C
RGB
CMYK
RGB Variations
Color information
#F2B83C (or 0xF2B83C) is known color: Supernova. HEX triplet: F2, B8 and 3C. RGB value is (242,184,60). Sum of RGB (Red+Green+Blue) = 242+184+60=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B83C is #0D47C3. Grayscale: #BBBBBB. Windows color (decimal): -870340 or 3979506. OLE color: 3979506.
HSL color Cylindrical-coordinate representation of color #F2B83C: hue angle of 40.88º 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 #F2B83C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 60 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.05 |
| HSL | 40.88º | 0.88% | 0.59% | - |
| HSV(B) | 40.88º | 0.75% | 0.95% | - |
| XYZ | 54.57 | 53.48 | 11.72 | - |
| YUV | 187.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 60 | 0 | 0.24 | 0.75 | 0.05 | 40.88 | 0.88 | 0.59 |
| Hex | F2 | B8 | 3C | 0 | 18 | 4B | 5 | 29 | 58 | 3B |
| Octal | 362 | 270 | 74 | 0 | 30 | 113 | 5 | 51 | 130 | 73 |
| Binary | 11110010 | 10111000 | 111100 | 0 | 11000 | 1001011 | 101 | 101001 | 1011000 | 111011 |
Color Harmonies of #F2B83C
Complementary color
Monochromatic Colors of #F2B83C
Black with #F2B83C
Text Example
Text Example
White with #F2B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B83C; }
p { color: rgb(242,184,60); }
H1.HeaderClassName
{
color: #F2B83C;
}
.AnyTagClassName
{
color: #F2B83C;
}
</style>
background-color css
<style>
a { background-color: #F2B83C; }
a { background-color: rgb(242,184,60); }
div.DivClassName
{
background-color: #F2B83C;
}
.BgClassName
{
background-color: #F2B83C;
}
</style>
border-color css
<style>
span { border-color: #F2B83C; }
span { border-color: rgb(242,184,60); }
td.TdClassName
{
border-color: #F2B83C;
}
.TagClassName
{
border-color: #F2B83C;
}
</style>