Shades of Supernova #FDAC2D
Tints of Supernova #FDAC2D
RGB
CMYK
RGB Variations
Color information
#FDAC2D (or 0xFDAC2D) is known color: Supernova. HEX triplet: FD, AC and 2D. RGB value is (253,172,45). Sum of RGB (Red+Green+Blue) = 253+172+45=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC2D is #0253D2. Grayscale: #B6B6B6. Windows color (decimal): -152531 or 2993405. OLE color: 2993405.
HSL color Cylindrical-coordinate representation of color #FDAC2D: hue angle of 36.63º 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 #FDAC2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.01 |
| HSL | 36.63º | 0.98% | 0.58% | - |
| HSV(B) | 36.63º | 0.82% | 0.99% | - |
| XYZ | 55.73 | 50.58 | 9.31 | - |
| YUV | 181.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 45 | 0 | 0.32 | 0.82 | 0.01 | 36.63 | 0.98 | 0.58 |
| Hex | FD | AC | 2D | 0 | 20 | 52 | 1 | 25 | 62 | 3A |
| Octal | 375 | 254 | 55 | 0 | 40 | 122 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101100 | 101101 | 0 | 100000 | 1010010 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAC2D
Complementary color
Monochromatic Colors of #FDAC2D
Black with #FDAC2D
Text Example
Text Example
White with #FDAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC2D; }
p { color: rgb(253,172,45); }
H1.HeaderClassName
{
color: #FDAC2D;
}
.AnyTagClassName
{
color: #FDAC2D;
}
</style>
background-color css
<style>
a { background-color: #FDAC2D; }
a { background-color: rgb(253,172,45); }
div.DivClassName
{
background-color: #FDAC2D;
}
.BgClassName
{
background-color: #FDAC2D;
}
</style>
border-color css
<style>
span { border-color: #FDAC2D; }
span { border-color: rgb(253,172,45); }
td.TdClassName
{
border-color: #FDAC2D;
}
.TagClassName
{
border-color: #FDAC2D;
}
</style>