Shades of Supernova #FFB832
Tints of Supernova #FFB832
RGB
CMYK
RGB Variations
Color information
#FFB832 (or 0xFFB832) is known color: Supernova. HEX triplet: FF, B8 and 32. RGB value is (255,184,50). Sum of RGB (Red+Green+Blue) = 255+184+50=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB832 is #0047CD. Grayscale: #BEBEBE. Windows color (decimal): -18382 or 3324159. OLE color: 3324159.
HSL color Cylindrical-coordinate representation of color #FFB832: hue angle of 39.22º 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 #FFB832 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0 |
| HSL | 39.22º | 1% | 0.6% | - |
| HSV(B) | 39.22º | 0.8% | 1% | - |
| XYZ | 58.96 | 55.77 | 10.68 | - |
| YUV | 189.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 50 | 0 | 0.28 | 0.80 | 0 | 39.22 | 1 | 0.6 |
| Hex | FF | B8 | 32 | 0 | 1C | 50 | 0 | 27 | 64 | 3C |
| Octal | 377 | 270 | 62 | 0 | 34 | 120 | 0 | 47 | 144 | 74 |
| Binary | 11111111 | 10111000 | 110010 | 0 | 11100 | 1010000 | 0 | 100111 | 1100100 | 111100 |
Color Harmonies of #FFB832
Complementary color
Monochromatic Colors of #FFB832
Black with #FFB832
Text Example
Text Example
White with #FFB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB832; }
p { color: rgb(255,184,50); }
H1.HeaderClassName
{
color: #FFB832;
}
.AnyTagClassName
{
color: #FFB832;
}
</style>
background-color css
<style>
a { background-color: #FFB832; }
a { background-color: rgb(255,184,50); }
div.DivClassName
{
background-color: #FFB832;
}
.BgClassName
{
background-color: #FFB832;
}
</style>
border-color css
<style>
span { border-color: #FFB832; }
span { border-color: rgb(255,184,50); }
td.TdClassName
{
border-color: #FFB832;
}
.TagClassName
{
border-color: #FFB832;
}
</style>