Shades of Supernova #FDB33B
Tints of Supernova #FDB33B
RGB
CMYK
RGB Variations
Color information
#FDB33B (or 0xFDB33B) is known color: Supernova. HEX triplet: FD, B3 and 3B. RGB value is (253,179,59). Sum of RGB (Red+Green+Blue) = 253+179+59=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB33B is #024CC4. Grayscale: #BCBCBC. Windows color (decimal): -150725 or 3912701. OLE color: 3912701.
HSL color Cylindrical-coordinate representation of color #FDB33B: hue angle of 37.11º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB33B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 59 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.01 |
| HSL | 37.11º | 0.98% | 0.61% | - |
| HSV(B) | 37.11º | 0.77% | 0.99% | - |
| XYZ | 57.42 | 53.44 | 11.43 | - |
| YUV | 187.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 59 | 0 | 0.29 | 0.77 | 0.01 | 37.11 | 0.98 | 0.61 |
| Hex | FD | B3 | 3B | 0 | 1D | 4D | 1 | 25 | 62 | 3D |
| Octal | 375 | 263 | 73 | 0 | 35 | 115 | 1 | 45 | 142 | 75 |
| Binary | 11111101 | 10110011 | 111011 | 0 | 11101 | 1001101 | 1 | 100101 | 1100010 | 111101 |
Color Harmonies of #FDB33B
Complementary color
Monochromatic Colors of #FDB33B
Black with #FDB33B
Text Example
Text Example
White with #FDB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB33B; }
p { color: rgb(253,179,59); }
H1.HeaderClassName
{
color: #FDB33B;
}
.AnyTagClassName
{
color: #FDB33B;
}
</style>
background-color css
<style>
a { background-color: #FDB33B; }
a { background-color: rgb(253,179,59); }
div.DivClassName
{
background-color: #FDB33B;
}
.BgClassName
{
background-color: #FDB33B;
}
</style>
border-color css
<style>
span { border-color: #FDB33B; }
span { border-color: rgb(253,179,59); }
td.TdClassName
{
border-color: #FDB33B;
}
.TagClassName
{
border-color: #FDB33B;
}
</style>