Shades of Supernova #FFB825
Tints of Supernova #FFB825
RGB
CMYK
RGB Variations
Color information
#FFB825 (or 0xFFB825) is known color: Supernova. HEX triplet: FF, B8 and 25. RGB value is (255,184,37). Sum of RGB (Red+Green+Blue) = 255+184+37=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB825 is #0047DA. Grayscale: #BDBDBD. Windows color (decimal): -18395 or 2472191. OLE color: 2472191.
HSL color Cylindrical-coordinate representation of color #FFB825: hue angle of 40.46º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFB825 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 37 | - |
| CMYK | 0 | 0.28 | 0.85 | 0 |
| HSL | 40.46º | 1% | 0.57% | - |
| HSV(B) | 40.46º | 0.85% | 1% | - |
| XYZ | 58.71 | 55.67 | 9.4 | - |
| YUV | 188.47 | 42.52 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 37 | 0 | 0.28 | 0.85 | 0 | 40.46 | 1 | 0.57 |
| Hex | FF | B8 | 25 | 0 | 1C | 55 | 0 | 28 | 64 | 39 |
| Octal | 377 | 270 | 45 | 0 | 34 | 125 | 0 | 50 | 144 | 71 |
| Binary | 11111111 | 10111000 | 100101 | 0 | 11100 | 1010101 | 0 | 101000 | 1100100 | 111001 |
Color Harmonies of #FFB825
Complementary color
Monochromatic Colors of #FFB825
Black with #FFB825
Text Example
Text Example
White with #FFB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB825; }
p { color: rgb(255,184,37); }
H1.HeaderClassName
{
color: #FFB825;
}
.AnyTagClassName
{
color: #FFB825;
}
</style>
background-color css
<style>
a { background-color: #FFB825; }
a { background-color: rgb(255,184,37); }
div.DivClassName
{
background-color: #FFB825;
}
.BgClassName
{
background-color: #FFB825;
}
</style>
border-color css
<style>
span { border-color: #FFB825; }
span { border-color: rgb(255,184,37); }
td.TdClassName
{
border-color: #FFB825;
}
.TagClassName
{
border-color: #FFB825;
}
</style>