Shades of Supernova #FFB425
Tints of Supernova #FFB425
RGB
CMYK
RGB Variations
Color information
#FFB425 (or 0xFFB425) is known color: Supernova. HEX triplet: FF, B4 and 25. RGB value is (255,180,37). Sum of RGB (Red+Green+Blue) = 255+180+37=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB425 is #004BDA. Grayscale: #BABABA. Windows color (decimal): -19419 or 2471167. OLE color: 2471167.
HSL color Cylindrical-coordinate representation of color #FFB425: hue angle of 39.36º 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 #FFB425 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 37 | - |
| CMYK | 0 | 0.29 | 0.85 | 0 |
| HSL | 39.36º | 1% | 0.57% | - |
| HSV(B) | 39.36º | 0.85% | 1% | - |
| XYZ | 57.9 | 54.04 | 9.13 | - |
| YUV | 186.12 | 43.85 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 37 | 0 | 0.29 | 0.85 | 0 | 39.36 | 1 | 0.57 |
| Hex | FF | B4 | 25 | 0 | 1D | 55 | 0 | 27 | 64 | 39 |
| Octal | 377 | 264 | 45 | 0 | 35 | 125 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110100 | 100101 | 0 | 11101 | 1010101 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB425
Complementary color
Monochromatic Colors of #FFB425
Black with #FFB425
Text Example
Text Example
White with #FFB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB425; }
p { color: rgb(255,180,37); }
H1.HeaderClassName
{
color: #FFB425;
}
.AnyTagClassName
{
color: #FFB425;
}
</style>
background-color css
<style>
a { background-color: #FFB425; }
a { background-color: rgb(255,180,37); }
div.DivClassName
{
background-color: #FFB425;
}
.BgClassName
{
background-color: #FFB425;
}
</style>
border-color css
<style>
span { border-color: #FFB425; }
span { border-color: rgb(255,180,37); }
td.TdClassName
{
border-color: #FFB425;
}
.TagClassName
{
border-color: #FFB425;
}
</style>