Shades of Supernova #FFB225
Tints of Supernova #FFB225
RGB
CMYK
RGB Variations
Color information
#FFB225 (or 0xFFB225) is known color: Supernova. HEX triplet: FF, B2 and 25. RGB value is (255,178,37). Sum of RGB (Red+Green+Blue) = 255+178+37=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB225 is #004DDA. Grayscale: #B9B9B9. Windows color (decimal): -19931 or 2470655. OLE color: 2470655.
HSL color Cylindrical-coordinate representation of color #FFB225: hue angle of 38.81º 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 #FFB225 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0 |
| HSL | 38.81º | 1% | 0.57% | - |
| HSV(B) | 38.81º | 0.85% | 1% | - |
| XYZ | 57.49 | 53.23 | 9 | - |
| YUV | 184.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 37 | 0 | 0.30 | 0.85 | 0 | 38.81 | 1 | 0.57 |
| Hex | FF | B2 | 25 | 0 | 1E | 55 | 0 | 27 | 64 | 39 |
| Octal | 377 | 262 | 45 | 0 | 36 | 125 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110010 | 100101 | 0 | 11110 | 1010101 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB225
Complementary color
Monochromatic Colors of #FFB225
Black with #FFB225
Text Example
Text Example
White with #FFB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB225; }
p { color: rgb(255,178,37); }
H1.HeaderClassName
{
color: #FFB225;
}
.AnyTagClassName
{
color: #FFB225;
}
</style>
background-color css
<style>
a { background-color: #FFB225; }
a { background-color: rgb(255,178,37); }
div.DivClassName
{
background-color: #FFB225;
}
.BgClassName
{
background-color: #FFB225;
}
</style>
border-color css
<style>
span { border-color: #FFB225; }
span { border-color: rgb(255,178,37); }
td.TdClassName
{
border-color: #FFB225;
}
.TagClassName
{
border-color: #FFB225;
}
</style>