Shades of Supernova #FFB83C
Tints of Supernova #FFB83C
RGB
CMYK
RGB Variations
Color information
#FFB83C (or 0xFFB83C) is known color: Supernova. HEX triplet: FF, B8 and 3C. RGB value is (255,184,60). Sum of RGB (Red+Green+Blue) = 255+184+60=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB83C is #0047C3. Grayscale: #BFBFBF. Windows color (decimal): -18372 or 3979519. OLE color: 3979519.
HSL color Cylindrical-coordinate representation of color #FFB83C: hue angle of 38.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB83C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 60 | - |
| CMYK | 0 | 0.28 | 0.76 | 0 |
| HSL | 38.15º | 1% | 0.62% | - |
| HSV(B) | 38.15º | 0.76% | 1% | - |
| XYZ | 59.2 | 55.87 | 11.94 | - |
| YUV | 191.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 60 | 0 | 0.28 | 0.76 | 0 | 38.15 | 1 | 0.62 |
| Hex | FF | B8 | 3C | 0 | 1C | 4C | 0 | 26 | 64 | 3E |
| Octal | 377 | 270 | 74 | 0 | 34 | 114 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10111000 | 111100 | 0 | 11100 | 1001100 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB83C
Complementary color
Monochromatic Colors of #FFB83C
Black with #FFB83C
Text Example
Text Example
White with #FFB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB83C; }
p { color: rgb(255,184,60); }
H1.HeaderClassName
{
color: #FFB83C;
}
.AnyTagClassName
{
color: #FFB83C;
}
</style>
background-color css
<style>
a { background-color: #FFB83C; }
a { background-color: rgb(255,184,60); }
div.DivClassName
{
background-color: #FFB83C;
}
.BgClassName
{
background-color: #FFB83C;
}
</style>
border-color css
<style>
span { border-color: #FFB83C; }
span { border-color: rgb(255,184,60); }
td.TdClassName
{
border-color: #FFB83C;
}
.TagClassName
{
border-color: #FFB83C;
}
</style>