Shades of Supernova #FFB33C
Tints of Supernova #FFB33C
RGB
CMYK
RGB Variations
Color information
#FFB33C (or 0xFFB33C) is known color: Supernova. HEX triplet: FF, B3 and 3C. RGB value is (255,179,60). Sum of RGB (Red+Green+Blue) = 255+179+60=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB33C is #004CC3. Grayscale: #BCBCBC. Windows color (decimal): -19652 or 3978239. OLE color: 3978239.
HSL color Cylindrical-coordinate representation of color #FFB33C: hue angle of 36.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB33C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0 |
| HSL | 36.62º | 1% | 0.62% | - |
| HSV(B) | 36.62º | 0.76% | 1% | - |
| XYZ | 58.18 | 53.83 | 11.6 | - |
| YUV | 188.16 | 55.68 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 60 | 0 | 0.30 | 0.76 | 0 | 36.62 | 1 | 0.62 |
| Hex | FF | B3 | 3C | 0 | 1E | 4C | 0 | 25 | 64 | 3E |
| Octal | 377 | 263 | 74 | 0 | 36 | 114 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110011 | 111100 | 0 | 11110 | 1001100 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB33C
Complementary color
Monochromatic Colors of #FFB33C
Black with #FFB33C
Text Example
Text Example
White with #FFB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB33C; }
p { color: rgb(255,179,60); }
H1.HeaderClassName
{
color: #FFB33C;
}
.AnyTagClassName
{
color: #FFB33C;
}
</style>
background-color css
<style>
a { background-color: #FFB33C; }
a { background-color: rgb(255,179,60); }
div.DivClassName
{
background-color: #FFB33C;
}
.BgClassName
{
background-color: #FFB33C;
}
</style>
border-color css
<style>
span { border-color: #FFB33C; }
span { border-color: rgb(255,179,60); }
td.TdClassName
{
border-color: #FFB33C;
}
.TagClassName
{
border-color: #FFB33C;
}
</style>