Shades of Supernova #FFB732
Tints of Supernova #FFB732
RGB
CMYK
RGB Variations
Color information
#FFB732 (or 0xFFB732) is known color: Supernova. HEX triplet: FF, B7 and 32. RGB value is (255,183,50). Sum of RGB (Red+Green+Blue) = 255+183+50=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB732 is #0048CD. Grayscale: #BDBDBD. Windows color (decimal): -18638 or 3323903. OLE color: 3323903.
HSL color Cylindrical-coordinate representation of color #FFB732: hue angle of 38.93º 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 #FFB732 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0 |
| HSL | 38.93º | 1% | 0.6% | - |
| HSV(B) | 38.93º | 0.8% | 1% | - |
| XYZ | 58.75 | 55.36 | 10.61 | - |
| YUV | 189.37 | 49.35 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 50 | 0 | 0.28 | 0.80 | 0 | 38.93 | 1 | 0.6 |
| Hex | FF | B7 | 32 | 0 | 1C | 50 | 0 | 27 | 64 | 3C |
| Octal | 377 | 267 | 62 | 0 | 34 | 120 | 0 | 47 | 144 | 74 |
| Binary | 11111111 | 10110111 | 110010 | 0 | 11100 | 1010000 | 0 | 100111 | 1100100 | 111100 |
Color Harmonies of #FFB732
Complementary color
Monochromatic Colors of #FFB732
Black with #FFB732
Text Example
Text Example
White with #FFB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB732; }
p { color: rgb(255,183,50); }
H1.HeaderClassName
{
color: #FFB732;
}
.AnyTagClassName
{
color: #FFB732;
}
</style>
background-color css
<style>
a { background-color: #FFB732; }
a { background-color: rgb(255,183,50); }
div.DivClassName
{
background-color: #FFB732;
}
.BgClassName
{
background-color: #FFB732;
}
</style>
border-color css
<style>
span { border-color: #FFB732; }
span { border-color: rgb(255,183,50); }
td.TdClassName
{
border-color: #FFB732;
}
.TagClassName
{
border-color: #FFB732;
}
</style>