Shades of Supernova #FFB02D
Tints of Supernova #FFB02D
RGB
CMYK
RGB Variations
Color information
#FFB02D (or 0xFFB02D) is known color: Supernova. HEX triplet: FF, B0 and 2D. RGB value is (255,176,45). Sum of RGB (Red+Green+Blue) = 255+176+45=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB02D is #004FD2. Grayscale: #B9B9B9. Windows color (decimal): -20435 or 2994431. OLE color: 2994431.
HSL color Cylindrical-coordinate representation of color #FFB02D: hue angle of 37.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 #FFB02D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 45 | - |
| CMYK | 0 | 0.31 | 0.82 | 0 |
| HSL | 37.43º | 1% | 0.59% | - |
| HSV(B) | 37.43º | 0.82% | 1% | - |
| XYZ | 57.24 | 52.5 | 9.6 | - |
| YUV | 184.69 | 49.17 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 45 | 0 | 0.31 | 0.82 | 0 | 37.43 | 1 | 0.59 |
| Hex | FF | B0 | 2D | 0 | 1F | 52 | 0 | 25 | 64 | 3B |
| Octal | 377 | 260 | 55 | 0 | 37 | 122 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10110000 | 101101 | 0 | 11111 | 1010010 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFB02D
Complementary color
Monochromatic Colors of #FFB02D
Black with #FFB02D
Text Example
Text Example
White with #FFB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB02D; }
p { color: rgb(255,176,45); }
H1.HeaderClassName
{
color: #FFB02D;
}
.AnyTagClassName
{
color: #FFB02D;
}
</style>
background-color css
<style>
a { background-color: #FFB02D; }
a { background-color: rgb(255,176,45); }
div.DivClassName
{
background-color: #FFB02D;
}
.BgClassName
{
background-color: #FFB02D;
}
</style>
border-color css
<style>
span { border-color: #FFB02D; }
span { border-color: rgb(255,176,45); }
td.TdClassName
{
border-color: #FFB02D;
}
.TagClassName
{
border-color: #FFB02D;
}
</style>