Shades of Supernova #FFB72D
Tints of Supernova #FFB72D
RGB
CMYK
RGB Variations
Color information
#FFB72D (or 0xFFB72D) is known color: Supernova. HEX triplet: FF, B7 and 2D. RGB value is (255,183,45). Sum of RGB (Red+Green+Blue) = 255+183+45=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB72D is #0048D2. Grayscale: #BDBDBD. Windows color (decimal): -18643 or 2996223. OLE color: 2996223.
HSL color Cylindrical-coordinate representation of color #FFB72D: hue angle of 39.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB72D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0 |
| HSL | 39.43º | 1% | 0.59% | - |
| HSV(B) | 39.43º | 0.82% | 1% | - |
| XYZ | 58.65 | 55.32 | 10.07 | - |
| YUV | 188.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 45 | 0 | 0.28 | 0.82 | 0 | 39.43 | 1 | 0.59 |
| Hex | FF | B7 | 2D | 0 | 1C | 52 | 0 | 27 | 64 | 3B |
| Octal | 377 | 267 | 55 | 0 | 34 | 122 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110111 | 101101 | 0 | 11100 | 1010010 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB72D
Complementary color
Monochromatic Colors of #FFB72D
Black with #FFB72D
Text Example
Text Example
White with #FFB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB72D; }
p { color: rgb(255,183,45); }
H1.HeaderClassName
{
color: #FFB72D;
}
.AnyTagClassName
{
color: #FFB72D;
}
</style>
background-color css
<style>
a { background-color: #FFB72D; }
a { background-color: rgb(255,183,45); }
div.DivClassName
{
background-color: #FFB72D;
}
.BgClassName
{
background-color: #FFB72D;
}
</style>
border-color css
<style>
span { border-color: #FFB72D; }
span { border-color: rgb(255,183,45); }
td.TdClassName
{
border-color: #FFB72D;
}
.TagClassName
{
border-color: #FFB72D;
}
</style>