Shades of Supernova #FFB232
Tints of Supernova #FFB232
RGB
CMYK
RGB Variations
Color information
#FFB232 (or 0xFFB232) is known color: Supernova. HEX triplet: FF, B2 and 32. RGB value is (255,178,50). Sum of RGB (Red+Green+Blue) = 255+178+50=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB232 is #004DCD. Grayscale: #BBBBBB. Windows color (decimal): -19918 or 3322623. OLE color: 3322623.
HSL color Cylindrical-coordinate representation of color #FFB232: hue angle of 37.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFB232 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 50 | - |
| CMYK | 0 | 0.30 | 0.80 | 0 |
| HSL | 37.46º | 1% | 0.6% | - |
| HSV(B) | 37.46º | 0.8% | 1% | - |
| XYZ | 57.74 | 53.33 | 10.27 | - |
| YUV | 186.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 50 | 0 | 0.30 | 0.80 | 0 | 37.46 | 1 | 0.6 |
| Hex | FF | B2 | 32 | 0 | 1E | 50 | 0 | 25 | 64 | 3C |
| Octal | 377 | 262 | 62 | 0 | 36 | 120 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10110010 | 110010 | 0 | 11110 | 1010000 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFB232
Complementary color
Monochromatic Colors of #FFB232
Black with #FFB232
Text Example
Text Example
White with #FFB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB232; }
p { color: rgb(255,178,50); }
H1.HeaderClassName
{
color: #FFB232;
}
.AnyTagClassName
{
color: #FFB232;
}
</style>
background-color css
<style>
a { background-color: #FFB232; }
a { background-color: rgb(255,178,50); }
div.DivClassName
{
background-color: #FFB232;
}
.BgClassName
{
background-color: #FFB232;
}
</style>
border-color css
<style>
span { border-color: #FFB232; }
span { border-color: rgb(255,178,50); }
td.TdClassName
{
border-color: #FFB232;
}
.TagClassName
{
border-color: #FFB232;
}
</style>