Shades of Supernova #FDAE2C
Tints of Supernova #FDAE2C
RGB
CMYK
RGB Variations
Color information
#FDAE2C (or 0xFDAE2C) is known color: Supernova. HEX triplet: FD, AE and 2C. RGB value is (253,174,44). Sum of RGB (Red+Green+Blue) = 253+174+44=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAE2C is #0251D3. Grayscale: #B7B7B7. Windows color (decimal): -152020 or 2928381. OLE color: 2928381.
HSL color Cylindrical-coordinate representation of color #FDAE2C: hue angle of 37.32º 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 #FDAE2C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 44 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.01 |
| HSL | 37.32º | 0.98% | 0.58% | - |
| HSV(B) | 37.32º | 0.83% | 0.99% | - |
| XYZ | 56.1 | 51.34 | 9.34 | - |
| YUV | 182.8 | 49.67 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 44 | 0 | 0.31 | 0.83 | 0.01 | 37.32 | 0.98 | 0.58 |
| Hex | FD | AE | 2C | 0 | 1F | 53 | 1 | 25 | 62 | 3A |
| Octal | 375 | 256 | 54 | 0 | 37 | 123 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101110 | 101100 | 0 | 11111 | 1010011 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAE2C
Complementary color
Monochromatic Colors of #FDAE2C
Black with #FDAE2C
Text Example
Text Example
White with #FDAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAE2C; }
p { color: rgb(253,174,44); }
H1.HeaderClassName
{
color: #FDAE2C;
}
.AnyTagClassName
{
color: #FDAE2C;
}
</style>
background-color css
<style>
a { background-color: #FDAE2C; }
a { background-color: rgb(253,174,44); }
div.DivClassName
{
background-color: #FDAE2C;
}
.BgClassName
{
background-color: #FDAE2C;
}
</style>
border-color css
<style>
span { border-color: #FDAE2C; }
span { border-color: rgb(253,174,44); }
td.TdClassName
{
border-color: #FDAE2C;
}
.TagClassName
{
border-color: #FDAE2C;
}
</style>