Shades of Supernova #FFB727
Tints of Supernova #FFB727
RGB
CMYK
RGB Variations
Color information
#FFB727 (or 0xFFB727) is known color: Supernova. HEX triplet: FF, B7 and 27. RGB value is (255,183,39). Sum of RGB (Red+Green+Blue) = 255+183+39=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB727 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB727 is #0048D8. Grayscale: #BCBCBC. Windows color (decimal): -18649 or 2603007. OLE color: 2603007.
HSL color Cylindrical-coordinate representation of color #FFB727: hue angle of 40º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFB727 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 39 | - |
| CMYK | 0 | 0.28 | 0.85 | 0 |
| HSL | 40º | 1% | 0.58% | - |
| HSV(B) | 40º | 0.85% | 1% | - |
| XYZ | 58.54 | 55.27 | 9.5 | - |
| YUV | 188.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 39 | 0 | 0.28 | 0.85 | 0 | 40 | 1 | 0.58 |
| Hex | FF | B7 | 27 | 0 | 1C | 55 | 0 | 28 | 64 | 3A |
| Octal | 377 | 267 | 47 | 0 | 34 | 125 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10110111 | 100111 | 0 | 11100 | 1010101 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFB727
Complementary color
Monochromatic Colors of #FFB727
Black with #FFB727
Text Example
Text Example
White with #FFB727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB727; }
p { color: rgb(255,183,39); }
H1.HeaderClassName
{
color: #FFB727;
}
.AnyTagClassName
{
color: #FFB727;
}
</style>
background-color css
<style>
a { background-color: #FFB727; }
a { background-color: rgb(255,183,39); }
div.DivClassName
{
background-color: #FFB727;
}
.BgClassName
{
background-color: #FFB727;
}
</style>
border-color css
<style>
span { border-color: #FFB727; }
span { border-color: rgb(255,183,39); }
td.TdClassName
{
border-color: #FFB727;
}
.TagClassName
{
border-color: #FFB727;
}
</style>