Shades of Supernova #FFB83F
Tints of Supernova #FFB83F
RGB
CMYK
RGB Variations
Color information
#FFB83F (or 0xFFB83F) is known color: Supernova. HEX triplet: FF, B8 and 3F. RGB value is (255,184,63). Sum of RGB (Red+Green+Blue) = 255+184+63=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB83F is #0047C0. Grayscale: #BFBFBF. Windows color (decimal): -18369 or 4176127. OLE color: 4176127.
HSL color Cylindrical-coordinate representation of color #FFB83F: hue angle of 37.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB83F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 63 | - |
| CMYK | 0 | 0.28 | 0.75 | 0 |
| HSL | 37.81º | 1% | 0.62% | - |
| HSV(B) | 37.81º | 0.75% | 1% | - |
| XYZ | 59.28 | 55.9 | 12.37 | - |
| YUV | 191.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 63 | 0 | 0.28 | 0.75 | 0 | 37.81 | 1 | 0.62 |
| Hex | FF | B8 | 3F | 0 | 1C | 4B | 0 | 26 | 64 | 3E |
| Octal | 377 | 270 | 77 | 0 | 34 | 113 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10111000 | 111111 | 0 | 11100 | 1001011 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB83F
Complementary color
Monochromatic Colors of #FFB83F
Black with #FFB83F
Text Example
Text Example
White with #FFB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB83F; }
p { color: rgb(255,184,63); }
H1.HeaderClassName
{
color: #FFB83F;
}
.AnyTagClassName
{
color: #FFB83F;
}
</style>
background-color css
<style>
a { background-color: #FFB83F; }
a { background-color: rgb(255,184,63); }
div.DivClassName
{
background-color: #FFB83F;
}
.BgClassName
{
background-color: #FFB83F;
}
</style>
border-color css
<style>
span { border-color: #FFB83F; }
span { border-color: rgb(255,184,63); }
td.TdClassName
{
border-color: #FFB83F;
}
.TagClassName
{
border-color: #FFB83F;
}
</style>