Shades of Supernova #FDB33D
Tints of Supernova #FDB33D
RGB
CMYK
RGB Variations
Color information
#FDB33D (or 0xFDB33D) is known color: Supernova. HEX triplet: FD, B3 and 3D. RGB value is (253,179,61). Sum of RGB (Red+Green+Blue) = 253+179+61=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB33D is #024CC2. Grayscale: #BCBCBC. Windows color (decimal): -150723 or 4043773. OLE color: 4043773.
HSL color Cylindrical-coordinate representation of color #FDB33D: hue angle of 36.88º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDB33D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 61 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.01 |
| HSL | 36.88º | 0.98% | 0.62% | - |
| HSV(B) | 36.88º | 0.76% | 0.99% | - |
| XYZ | 57.47 | 53.46 | 11.7 | - |
| YUV | 187.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 61 | 0 | 0.29 | 0.76 | 0.01 | 36.88 | 0.98 | 0.62 |
| Hex | FD | B3 | 3D | 0 | 1D | 4C | 1 | 25 | 62 | 3E |
| Octal | 375 | 263 | 75 | 0 | 35 | 114 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110011 | 111101 | 0 | 11101 | 1001100 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB33D
Complementary color
Monochromatic Colors of #FDB33D
Black with #FDB33D
Text Example
Text Example
White with #FDB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB33D; }
p { color: rgb(253,179,61); }
H1.HeaderClassName
{
color: #FDB33D;
}
.AnyTagClassName
{
color: #FDB33D;
}
</style>
background-color css
<style>
a { background-color: #FDB33D; }
a { background-color: rgb(253,179,61); }
div.DivClassName
{
background-color: #FDB33D;
}
.BgClassName
{
background-color: #FDB33D;
}
</style>
border-color css
<style>
span { border-color: #FDB33D; }
span { border-color: rgb(253,179,61); }
td.TdClassName
{
border-color: #FDB33D;
}
.TagClassName
{
border-color: #FDB33D;
}
</style>