Shades of Supernova #FFB02E
Tints of Supernova #FFB02E
RGB
CMYK
RGB Variations
Color information
#FFB02E (or 0xFFB02E) is known color: Supernova. HEX triplet: FF, B0 and 2E. RGB value is (255,176,46). Sum of RGB (Red+Green+Blue) = 255+176+46=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB02E is #004FD1. Grayscale: #B9B9B9. Windows color (decimal): -20434 or 3059967. OLE color: 3059967.
HSL color Cylindrical-coordinate representation of color #FFB02E: hue angle of 37.32º 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 #FFB02E is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 46 | - |
| CMYK | 0 | 0.31 | 0.82 | 0 |
| HSL | 37.32º | 1% | 0.59% | - |
| HSV(B) | 37.32º | 0.82% | 1% | - |
| XYZ | 57.26 | 52.51 | 9.7 | - |
| YUV | 184.8 | 49.67 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 46 | 0 | 0.31 | 0.82 | 0 | 37.32 | 1 | 0.59 |
| Hex | FF | B0 | 2E | 0 | 1F | 52 | 0 | 25 | 64 | 3B |
| Octal | 377 | 260 | 56 | 0 | 37 | 122 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10110000 | 101110 | 0 | 11111 | 1010010 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFB02E
Complementary color
Monochromatic Colors of #FFB02E
Black with #FFB02E
Text Example
Text Example
White with #FFB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB02E; }
p { color: rgb(255,176,46); }
H1.HeaderClassName
{
color: #FFB02E;
}
.AnyTagClassName
{
color: #FFB02E;
}
</style>
background-color css
<style>
a { background-color: #FFB02E; }
a { background-color: rgb(255,176,46); }
div.DivClassName
{
background-color: #FFB02E;
}
.BgClassName
{
background-color: #FFB02E;
}
</style>
border-color css
<style>
span { border-color: #FFB02E; }
span { border-color: rgb(255,176,46); }
td.TdClassName
{
border-color: #FFB02E;
}
.TagClassName
{
border-color: #FFB02E;
}
</style>