Shades of Supernova #FFB334
Tints of Supernova #FFB334
RGB
CMYK
RGB Variations
Color information
#FFB334 (or 0xFFB334) is known color: Supernova. HEX triplet: FF, B3 and 34. RGB value is (255,179,52). Sum of RGB (Red+Green+Blue) = 255+179+52=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB334 is #004CCB. Grayscale: #BBBBBB. Windows color (decimal): -19660 or 3453951. OLE color: 3453951.
HSL color Cylindrical-coordinate representation of color #FFB334: hue angle of 37.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFB334 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 52 | - |
| CMYK | 0 | 0.30 | 0.80 | 0 |
| HSL | 37.54º | 1% | 0.6% | - |
| HSV(B) | 37.54º | 0.8% | 1% | - |
| XYZ | 57.98 | 53.75 | 10.57 | - |
| YUV | 187.25 | 51.68 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 52 | 0 | 0.30 | 0.80 | 0 | 37.54 | 1 | 0.6 |
| Hex | FF | B3 | 34 | 0 | 1E | 50 | 0 | 26 | 64 | 3C |
| Octal | 377 | 263 | 64 | 0 | 36 | 120 | 0 | 46 | 144 | 74 |
| Binary | 11111111 | 10110011 | 110100 | 0 | 11110 | 1010000 | 0 | 100110 | 1100100 | 111100 |
Color Harmonies of #FFB334
Complementary color
Monochromatic Colors of #FFB334
Black with #FFB334
Text Example
Text Example
White with #FFB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB334; }
p { color: rgb(255,179,52); }
H1.HeaderClassName
{
color: #FFB334;
}
.AnyTagClassName
{
color: #FFB334;
}
</style>
background-color css
<style>
a { background-color: #FFB334; }
a { background-color: rgb(255,179,52); }
div.DivClassName
{
background-color: #FFB334;
}
.BgClassName
{
background-color: #FFB334;
}
</style>
border-color css
<style>
span { border-color: #FFB334; }
span { border-color: rgb(255,179,52); }
td.TdClassName
{
border-color: #FFB334;
}
.TagClassName
{
border-color: #FFB334;
}
</style>