Shades of Supernova #FFB43B
Tints of Supernova #FFB43B
RGB
CMYK
RGB Variations
Color information
#FFB43B (or 0xFFB43B) is known color: Supernova. HEX triplet: FF, B4 and 3B. RGB value is (255,180,59). Sum of RGB (Red+Green+Blue) = 255+180+59=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB43B is #004BC4. Grayscale: #BDBDBD. Windows color (decimal): -19397 or 3912959. OLE color: 3912959.
HSL color Cylindrical-coordinate representation of color #FFB43B: hue angle of 37.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB43B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 59 | - |
| CMYK | 0 | 0.29 | 0.77 | 0 |
| HSL | 37.04º | 1% | 0.62% | - |
| HSV(B) | 37.04º | 0.77% | 1% | - |
| XYZ | 58.35 | 54.22 | 11.53 | - |
| YUV | 188.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 59 | 0 | 0.29 | 0.77 | 0 | 37.04 | 1 | 0.62 |
| Hex | FF | B4 | 3B | 0 | 1D | 4D | 0 | 25 | 64 | 3E |
| Octal | 377 | 264 | 73 | 0 | 35 | 115 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110100 | 111011 | 0 | 11101 | 1001101 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB43B
Complementary color
Monochromatic Colors of #FFB43B
Black with #FFB43B
Text Example
Text Example
White with #FFB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB43B; }
p { color: rgb(255,180,59); }
H1.HeaderClassName
{
color: #FFB43B;
}
.AnyTagClassName
{
color: #FFB43B;
}
</style>
background-color css
<style>
a { background-color: #FFB43B; }
a { background-color: rgb(255,180,59); }
div.DivClassName
{
background-color: #FFB43B;
}
.BgClassName
{
background-color: #FFB43B;
}
</style>
border-color css
<style>
span { border-color: #FFB43B; }
span { border-color: rgb(255,180,59); }
td.TdClassName
{
border-color: #FFB43B;
}
.TagClassName
{
border-color: #FFB43B;
}
</style>