Shades of Supernova #FFB43D
Tints of Supernova #FFB43D
RGB
CMYK
RGB Variations
Color information
#FFB43D (or 0xFFB43D) is known color: Supernova. HEX triplet: FF, B4 and 3D. RGB value is (255,180,61). Sum of RGB (Red+Green+Blue) = 255+180+61=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB43D is #004BC2. Grayscale: #BDBDBD. Windows color (decimal): -19395 or 4044031. OLE color: 4044031.
HSL color Cylindrical-coordinate representation of color #FFB43D: hue angle of 36.8º 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 #FFB43D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 61 | - |
| CMYK | 0 | 0.29 | 0.76 | 0 |
| HSL | 36.8º | 1% | 0.62% | - |
| HSV(B) | 36.8º | 0.76% | 1% | - |
| XYZ | 58.4 | 54.24 | 11.81 | - |
| YUV | 188.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 61 | 0 | 0.29 | 0.76 | 0 | 36.8 | 1 | 0.62 |
| Hex | FF | B4 | 3D | 0 | 1D | 4C | 0 | 25 | 64 | 3E |
| Octal | 377 | 264 | 75 | 0 | 35 | 114 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110100 | 111101 | 0 | 11101 | 1001100 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB43D
Complementary color
Monochromatic Colors of #FFB43D
Black with #FFB43D
Text Example
Text Example
White with #FFB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB43D; }
p { color: rgb(255,180,61); }
H1.HeaderClassName
{
color: #FFB43D;
}
.AnyTagClassName
{
color: #FFB43D;
}
</style>
background-color css
<style>
a { background-color: #FFB43D; }
a { background-color: rgb(255,180,61); }
div.DivClassName
{
background-color: #FFB43D;
}
.BgClassName
{
background-color: #FFB43D;
}
</style>
border-color css
<style>
span { border-color: #FFB43D; }
span { border-color: rgb(255,180,61); }
td.TdClassName
{
border-color: #FFB43D;
}
.TagClassName
{
border-color: #FFB43D;
}
</style>