Shades of Supernova #FFB82D
Tints of Supernova #FFB82D
RGB
CMYK
RGB Variations
Color information
#FFB82D (or 0xFFB82D) is known color: Supernova. HEX triplet: FF, B8 and 2D. RGB value is (255,184,45). Sum of RGB (Red+Green+Blue) = 255+184+45=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB82D is #0047D2. Grayscale: #BEBEBE. Windows color (decimal): -18387 or 2996479. OLE color: 2996479.
HSL color Cylindrical-coordinate representation of color #FFB82D: hue angle of 39.71º 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 #FFB82D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0 |
| HSL | 39.71º | 1% | 0.59% | - |
| HSV(B) | 39.71º | 0.82% | 1% | - |
| XYZ | 58.85 | 55.73 | 10.14 | - |
| YUV | 189.38 | 46.52 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 45 | 0 | 0.28 | 0.82 | 0 | 39.71 | 1 | 0.59 |
| Hex | FF | B8 | 2D | 0 | 1C | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 270 | 55 | 0 | 34 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111000 | 101101 | 0 | 11100 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFB82D
Complementary color
Monochromatic Colors of #FFB82D
Black with #FFB82D
Text Example
Text Example
White with #FFB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB82D; }
p { color: rgb(255,184,45); }
H1.HeaderClassName
{
color: #FFB82D;
}
.AnyTagClassName
{
color: #FFB82D;
}
</style>
background-color css
<style>
a { background-color: #FFB82D; }
a { background-color: rgb(255,184,45); }
div.DivClassName
{
background-color: #FFB82D;
}
.BgClassName
{
background-color: #FFB82D;
}
</style>
border-color css
<style>
span { border-color: #FFB82D; }
span { border-color: rgb(255,184,45); }
td.TdClassName
{
border-color: #FFB82D;
}
.TagClassName
{
border-color: #FFB82D;
}
</style>