Shades of Supernova #FFB02C
Tints of Supernova #FFB02C
RGB
CMYK
RGB Variations
Color information
#FFB02C (or 0xFFB02C) is known color: Supernova. HEX triplet: FF, B0 and 2C. RGB value is (255,176,44). Sum of RGB (Red+Green+Blue) = 255+176+44=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB02C is #004FD3. Grayscale: #B9B9B9. Windows color (decimal): -20436 or 2928895. OLE color: 2928895.
HSL color Cylindrical-coordinate representation of color #FFB02C: hue angle of 37.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB02C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 44 | - |
| CMYK | 0 | 0.31 | 0.83 | 0 |
| HSL | 37.54º | 1% | 0.59% | - |
| HSV(B) | 37.54º | 0.83% | 1% | - |
| XYZ | 57.22 | 52.49 | 9.5 | - |
| YUV | 184.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 44 | 0 | 0.31 | 0.83 | 0 | 37.54 | 1 | 0.59 |
| Hex | FF | B0 | 2C | 0 | 1F | 53 | 0 | 26 | 64 | 3B |
| Octal | 377 | 260 | 54 | 0 | 37 | 123 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110000 | 101100 | 0 | 11111 | 1010011 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB02C
Complementary color
Monochromatic Colors of #FFB02C
Black with #FFB02C
Text Example
Text Example
White with #FFB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB02C; }
p { color: rgb(255,176,44); }
H1.HeaderClassName
{
color: #FFB02C;
}
.AnyTagClassName
{
color: #FFB02C;
}
</style>
background-color css
<style>
a { background-color: #FFB02C; }
a { background-color: rgb(255,176,44); }
div.DivClassName
{
background-color: #FFB02C;
}
.BgClassName
{
background-color: #FFB02C;
}
</style>
border-color css
<style>
span { border-color: #FFB02C; }
span { border-color: rgb(255,176,44); }
td.TdClassName
{
border-color: #FFB02C;
}
.TagClassName
{
border-color: #FFB02C;
}
</style>