Shades of Supernova #FFB840
Tints of Supernova #FFB840
RGB
CMYK
RGB Variations
Color information
#FFB840 (or 0xFFB840) is known color: Supernova. HEX triplet: FF, B8 and 40. RGB value is (255,184,64). Sum of RGB (Red+Green+Blue) = 255+184+64=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB840 is #0047BF. Grayscale: #C0C0C0. Windows color (decimal): -18368 or 4241663. OLE color: 4241663.
HSL color Cylindrical-coordinate representation of color #FFB840: hue angle of 37.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB840 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 64 | - |
| CMYK | 0 | 0.28 | 0.75 | 0 |
| HSL | 37.7º | 1% | 0.63% | - |
| HSV(B) | 37.7º | 0.75% | 1% | - |
| XYZ | 59.31 | 55.91 | 12.52 | - |
| YUV | 191.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 64 | 0 | 0.28 | 0.75 | 0 | 37.7 | 1 | 0.63 |
| Hex | FF | B8 | 40 | 0 | 1C | 4B | 0 | 26 | 64 | 3F |
| Octal | 377 | 270 | 100 | 0 | 34 | 113 | 0 | 46 | 144 | 77 |
| Binary | 11111111 | 10111000 | 1000000 | 0 | 11100 | 1001011 | 0 | 100110 | 1100100 | 111111 |
Color Harmonies of #FFB840
Complementary color
Monochromatic Colors of #FFB840
Black with #FFB840
Text Example
Text Example
White with #FFB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB840; }
p { color: rgb(255,184,64); }
H1.HeaderClassName
{
color: #FFB840;
}
.AnyTagClassName
{
color: #FFB840;
}
</style>
background-color css
<style>
a { background-color: #FFB840; }
a { background-color: rgb(255,184,64); }
div.DivClassName
{
background-color: #FFB840;
}
.BgClassName
{
background-color: #FFB840;
}
</style>
border-color css
<style>
span { border-color: #FFB840; }
span { border-color: rgb(255,184,64); }
td.TdClassName
{
border-color: #FFB840;
}
.TagClassName
{
border-color: #FFB840;
}
</style>