Shades of Supernova #F0B83B
Tints of Supernova #F0B83B
RGB
CMYK
RGB Variations
Color information
#F0B83B (or 0xF0B83B) is known color: Supernova. HEX triplet: F0, B8 and 3B. RGB value is (240,184,59). Sum of RGB (Red+Green+Blue) = 240+184+59=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B83B is #0F47C4. Grayscale: #BBBBBB. Windows color (decimal): -1001413 or 3913968. OLE color: 3913968.
HSL color Cylindrical-coordinate representation of color #F0B83B: hue angle of 41.44º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0B83B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 59 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.06 |
| HSL | 41.44º | 0.86% | 0.59% | - |
| HSV(B) | 41.44º | 0.75% | 0.94% | - |
| XYZ | 53.87 | 53.12 | 11.55 | - |
| YUV | 186.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 59 | 0 | 0.23 | 0.75 | 0.06 | 41.44 | 0.86 | 0.59 |
| Hex | F0 | B8 | 3B | 0 | 17 | 4B | 6 | 29 | 56 | 3B |
| Octal | 360 | 270 | 73 | 0 | 27 | 113 | 6 | 51 | 126 | 73 |
| Binary | 11110000 | 10111000 | 111011 | 0 | 10111 | 1001011 | 110 | 101001 | 1010110 | 111011 |
Color Harmonies of #F0B83B
Complementary color
Monochromatic Colors of #F0B83B
Black with #F0B83B
Text Example
Text Example
White with #F0B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B83B; }
p { color: rgb(240,184,59); }
H1.HeaderClassName
{
color: #F0B83B;
}
.AnyTagClassName
{
color: #F0B83B;
}
</style>
background-color css
<style>
a { background-color: #F0B83B; }
a { background-color: rgb(240,184,59); }
div.DivClassName
{
background-color: #F0B83B;
}
.BgClassName
{
background-color: #F0B83B;
}
</style>
border-color css
<style>
span { border-color: #F0B83B; }
span { border-color: rgb(240,184,59); }
td.TdClassName
{
border-color: #F0B83B;
}
.TagClassName
{
border-color: #F0B83B;
}
</style>