Shades of Supernova #FDB62F
Tints of Supernova #FDB62F
RGB
CMYK
RGB Variations
Color information
#FDB62F (or 0xFDB62F) is known color: Supernova. HEX triplet: FD, B6 and 2F. RGB value is (253,182,47). Sum of RGB (Red+Green+Blue) = 253+182+47=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB62F is #0249D0. Grayscale: #BCBCBC. Windows color (decimal): -149969 or 3127037. OLE color: 3127037.
HSL color Cylindrical-coordinate representation of color #FDB62F: hue angle of 39.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDB62F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 47 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.01 |
| HSL | 39.32º | 0.98% | 0.59% | - |
| HSV(B) | 39.32º | 0.81% | 0.99% | - |
| XYZ | 57.75 | 54.54 | 10.17 | - |
| YUV | 187.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 47 | 0 | 0.28 | 0.81 | 0.01 | 39.32 | 0.98 | 0.59 |
| Hex | FD | B6 | 2F | 0 | 1C | 51 | 1 | 27 | 62 | 3B |
| Octal | 375 | 266 | 57 | 0 | 34 | 121 | 1 | 47 | 142 | 73 |
| Binary | 11111101 | 10110110 | 101111 | 0 | 11100 | 1010001 | 1 | 100111 | 1100010 | 111011 |
Color Harmonies of #FDB62F
Complementary color
Monochromatic Colors of #FDB62F
Black with #FDB62F
Text Example
Text Example
White with #FDB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB62F; }
p { color: rgb(253,182,47); }
H1.HeaderClassName
{
color: #FDB62F;
}
.AnyTagClassName
{
color: #FDB62F;
}
</style>
background-color css
<style>
a { background-color: #FDB62F; }
a { background-color: rgb(253,182,47); }
div.DivClassName
{
background-color: #FDB62F;
}
.BgClassName
{
background-color: #FDB62F;
}
</style>
border-color css
<style>
span { border-color: #FDB62F; }
span { border-color: rgb(253,182,47); }
td.TdClassName
{
border-color: #FDB62F;
}
.TagClassName
{
border-color: #FDB62F;
}
</style>