Shades of Supernova #FDB62B
Tints of Supernova #FDB62B
RGB
CMYK
RGB Variations
Color information
#FDB62B (or 0xFDB62B) is known color: Supernova. HEX triplet: FD, B6 and 2B. RGB value is (253,182,43). Sum of RGB (Red+Green+Blue) = 253+182+43=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB62B is #0249D4. Grayscale: #BCBCBC. Windows color (decimal): -149973 or 2864893. OLE color: 2864893.
HSL color Cylindrical-coordinate representation of color #FDB62B: hue angle of 39.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDB62B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 43 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.01 |
| HSL | 39.71º | 0.98% | 0.58% | - |
| HSV(B) | 39.71º | 0.83% | 0.99% | - |
| XYZ | 57.67 | 54.51 | 9.77 | - |
| YUV | 187.38 | 46.52 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 43 | 0 | 0.28 | 0.83 | 0.01 | 39.71 | 0.98 | 0.58 |
| Hex | FD | B6 | 2B | 0 | 1C | 53 | 1 | 28 | 62 | 3A |
| Octal | 375 | 266 | 53 | 0 | 34 | 123 | 1 | 50 | 142 | 72 |
| Binary | 11111101 | 10110110 | 101011 | 0 | 11100 | 1010011 | 1 | 101000 | 1100010 | 111010 |
Color Harmonies of #FDB62B
Complementary color
Monochromatic Colors of #FDB62B
Black with #FDB62B
Text Example
Text Example
White with #FDB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB62B; }
p { color: rgb(253,182,43); }
H1.HeaderClassName
{
color: #FDB62B;
}
.AnyTagClassName
{
color: #FDB62B;
}
</style>
background-color css
<style>
a { background-color: #FDB62B; }
a { background-color: rgb(253,182,43); }
div.DivClassName
{
background-color: #FDB62B;
}
.BgClassName
{
background-color: #FDB62B;
}
</style>
border-color css
<style>
span { border-color: #FDB62B; }
span { border-color: rgb(253,182,43); }
td.TdClassName
{
border-color: #FDB62B;
}
.TagClassName
{
border-color: #FDB62B;
}
</style>