Shades of Supernova #FDB62E
Tints of Supernova #FDB62E
RGB
CMYK
RGB Variations
Color information
#FDB62E (or 0xFDB62E) is known color: Supernova. HEX triplet: FD, B6 and 2E. RGB value is (253,182,46). Sum of RGB (Red+Green+Blue) = 253+182+46=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB62E is #0249D1. Grayscale: #BCBCBC. Windows color (decimal): -149970 or 3061501. OLE color: 3061501.
HSL color Cylindrical-coordinate representation of color #FDB62E: hue angle of 39.42º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB62E is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 46 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.01 |
| HSL | 39.42º | 0.98% | 0.59% | - |
| HSV(B) | 39.42º | 0.82% | 0.99% | - |
| XYZ | 57.73 | 54.54 | 10.07 | - |
| YUV | 187.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 46 | 0 | 0.28 | 0.82 | 0.01 | 39.42 | 0.98 | 0.59 |
| Hex | FD | B6 | 2E | 0 | 1C | 52 | 1 | 27 | 62 | 3B |
| Octal | 375 | 266 | 56 | 0 | 34 | 122 | 1 | 47 | 142 | 73 |
| Binary | 11111101 | 10110110 | 101110 | 0 | 11100 | 1010010 | 1 | 100111 | 1100010 | 111011 |
Color Harmonies of #FDB62E
Complementary color
Monochromatic Colors of #FDB62E
Black with #FDB62E
Text Example
Text Example
White with #FDB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB62E; }
p { color: rgb(253,182,46); }
H1.HeaderClassName
{
color: #FDB62E;
}
.AnyTagClassName
{
color: #FDB62E;
}
</style>
background-color css
<style>
a { background-color: #FDB62E; }
a { background-color: rgb(253,182,46); }
div.DivClassName
{
background-color: #FDB62E;
}
.BgClassName
{
background-color: #FDB62E;
}
</style>
border-color css
<style>
span { border-color: #FDB62E; }
span { border-color: rgb(253,182,46); }
td.TdClassName
{
border-color: #FDB62E;
}
.TagClassName
{
border-color: #FDB62E;
}
</style>