Shades of Supernova #FDB62D
Tints of Supernova #FDB62D
RGB
CMYK
RGB Variations
Color information
#FDB62D (or 0xFDB62D) is known color: Supernova. HEX triplet: FD, B6 and 2D. RGB value is (253,182,45). Sum of RGB (Red+Green+Blue) = 253+182+45=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB62D is #0249D2. Grayscale: #BCBCBC. Windows color (decimal): -149971 or 2995965. OLE color: 2995965.
HSL color Cylindrical-coordinate representation of color #FDB62D: hue angle of 39.52º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB62D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.01 |
| HSL | 39.52º | 0.98% | 0.58% | - |
| HSV(B) | 39.52º | 0.82% | 0.99% | - |
| XYZ | 57.71 | 54.53 | 9.97 | - |
| YUV | 187.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 45 | 0 | 0.28 | 0.82 | 0.01 | 39.52 | 0.98 | 0.58 |
| Hex | FD | B6 | 2D | 0 | 1C | 52 | 1 | 28 | 62 | 3A |
| Octal | 375 | 266 | 55 | 0 | 34 | 122 | 1 | 50 | 142 | 72 |
| Binary | 11111101 | 10110110 | 101101 | 0 | 11100 | 1010010 | 1 | 101000 | 1100010 | 111010 |
Color Harmonies of #FDB62D
Complementary color
Monochromatic Colors of #FDB62D
Black with #FDB62D
Text Example
Text Example
White with #FDB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB62D; }
p { color: rgb(253,182,45); }
H1.HeaderClassName
{
color: #FDB62D;
}
.AnyTagClassName
{
color: #FDB62D;
}
</style>
background-color css
<style>
a { background-color: #FDB62D; }
a { background-color: rgb(253,182,45); }
div.DivClassName
{
background-color: #FDB62D;
}
.BgClassName
{
background-color: #FDB62D;
}
</style>
border-color css
<style>
span { border-color: #FDB62D; }
span { border-color: rgb(253,182,45); }
td.TdClassName
{
border-color: #FDB62D;
}
.TagClassName
{
border-color: #FDB62D;
}
</style>