Shades of Supernova #FDAE32
Tints of Supernova #FDAE32
RGB
CMYK
RGB Variations
Color information
#FDAE32 (or 0xFDAE32) is known color: Supernova. HEX triplet: FD, AE and 32. RGB value is (253,174,50). Sum of RGB (Red+Green+Blue) = 253+174+50=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAE32 is #0251CD. Grayscale: #B8B8B8. Windows color (decimal): -152014 or 3321597. OLE color: 3321597.
HSL color Cylindrical-coordinate representation of color #FDAE32: hue angle of 36.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDAE32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.01 |
| HSL | 36.65º | 0.98% | 0.59% | - |
| HSV(B) | 36.65º | 0.8% | 0.99% | - |
| XYZ | 56.22 | 51.39 | 9.97 | - |
| YUV | 183.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 50 | 0 | 0.31 | 0.80 | 0.01 | 36.65 | 0.98 | 0.59 |
| Hex | FD | AE | 32 | 0 | 1F | 50 | 1 | 25 | 62 | 3B |
| Octal | 375 | 256 | 62 | 0 | 37 | 120 | 1 | 45 | 142 | 73 |
| Binary | 11111101 | 10101110 | 110010 | 0 | 11111 | 1010000 | 1 | 100101 | 1100010 | 111011 |
Color Harmonies of #FDAE32
Complementary color
Monochromatic Colors of #FDAE32
Black with #FDAE32
Text Example
Text Example
White with #FDAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAE32; }
p { color: rgb(253,174,50); }
H1.HeaderClassName
{
color: #FDAE32;
}
.AnyTagClassName
{
color: #FDAE32;
}
</style>
background-color css
<style>
a { background-color: #FDAE32; }
a { background-color: rgb(253,174,50); }
div.DivClassName
{
background-color: #FDAE32;
}
.BgClassName
{
background-color: #FDAE32;
}
</style>
border-color css
<style>
span { border-color: #FDAE32; }
span { border-color: rgb(253,174,50); }
td.TdClassName
{
border-color: #FDAE32;
}
.TagClassName
{
border-color: #FDAE32;
}
</style>