Shades of Supernova #FDAE2D
Tints of Supernova #FDAE2D
RGB
CMYK
RGB Variations
Color information
#FDAE2D (or 0xFDAE2D) is known color: Supernova. HEX triplet: FD, AE and 2D. RGB value is (253,174,45). Sum of RGB (Red+Green+Blue) = 253+174+45=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAE2D is #0251D2. Grayscale: #B7B7B7. Windows color (decimal): -152019 or 2993917. OLE color: 2993917.
HSL color Cylindrical-coordinate representation of color #FDAE2D: hue angle of 37.21º 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 #FDAE2D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 45 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.01 |
| HSL | 37.21º | 0.98% | 0.58% | - |
| HSV(B) | 37.21º | 0.82% | 0.99% | - |
| XYZ | 56.12 | 51.34 | 9.44 | - |
| YUV | 182.92 | 50.17 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 45 | 0 | 0.31 | 0.82 | 0.01 | 37.21 | 0.98 | 0.58 |
| Hex | FD | AE | 2D | 0 | 1F | 52 | 1 | 25 | 62 | 3A |
| Octal | 375 | 256 | 55 | 0 | 37 | 122 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101110 | 101101 | 0 | 11111 | 1010010 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAE2D
Complementary color
Monochromatic Colors of #FDAE2D
Black with #FDAE2D
Text Example
Text Example
White with #FDAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAE2D; }
p { color: rgb(253,174,45); }
H1.HeaderClassName
{
color: #FDAE2D;
}
.AnyTagClassName
{
color: #FDAE2D;
}
</style>
background-color css
<style>
a { background-color: #FDAE2D; }
a { background-color: rgb(253,174,45); }
div.DivClassName
{
background-color: #FDAE2D;
}
.BgClassName
{
background-color: #FDAE2D;
}
</style>
border-color css
<style>
span { border-color: #FDAE2D; }
span { border-color: rgb(253,174,45); }
td.TdClassName
{
border-color: #FDAE2D;
}
.TagClassName
{
border-color: #FDAE2D;
}
</style>