Shades of Supernova #FFB83B
Tints of Supernova #FFB83B
RGB
CMYK
RGB Variations
Color information
#FFB83B (or 0xFFB83B) is known color: Supernova. HEX triplet: FF, B8 and 3B. RGB value is (255,184,59). Sum of RGB (Red+Green+Blue) = 255+184+59=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB83B is #0047C4. Grayscale: #BFBFBF. Windows color (decimal): -18373 or 3913983. OLE color: 3913983.
HSL color Cylindrical-coordinate representation of color #FFB83B: hue angle of 38.27º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB83B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 59 | - |
| CMYK | 0 | 0.28 | 0.77 | 0 |
| HSL | 38.27º | 1% | 0.62% | - |
| HSV(B) | 38.27º | 0.77% | 1% | - |
| XYZ | 59.17 | 55.86 | 11.8 | - |
| YUV | 190.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 59 | 0 | 0.28 | 0.77 | 0 | 38.27 | 1 | 0.62 |
| Hex | FF | B8 | 3B | 0 | 1C | 4D | 0 | 26 | 64 | 3E |
| Octal | 377 | 270 | 73 | 0 | 34 | 115 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10111000 | 111011 | 0 | 11100 | 1001101 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB83B
Complementary color
Monochromatic Colors of #FFB83B
Black with #FFB83B
Text Example
Text Example
White with #FFB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB83B; }
p { color: rgb(255,184,59); }
H1.HeaderClassName
{
color: #FFB83B;
}
.AnyTagClassName
{
color: #FFB83B;
}
</style>
background-color css
<style>
a { background-color: #FFB83B; }
a { background-color: rgb(255,184,59); }
div.DivClassName
{
background-color: #FFB83B;
}
.BgClassName
{
background-color: #FFB83B;
}
</style>
border-color css
<style>
span { border-color: #FFB83B; }
span { border-color: rgb(255,184,59); }
td.TdClassName
{
border-color: #FFB83B;
}
.TagClassName
{
border-color: #FFB83B;
}
</style>