Shades of Supernova #FDAD2C
Tints of Supernova #FDAD2C
RGB
CMYK
RGB Variations
Color information
#FDAD2C (or 0xFDAD2C) is known color: Supernova. HEX triplet: FD, AD and 2C. RGB value is (253,173,44). Sum of RGB (Red+Green+Blue) = 253+173+44=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD2C is #0252D3. Grayscale: #B6B6B6. Windows color (decimal): -152276 or 2928125. OLE color: 2928125.
HSL color Cylindrical-coordinate representation of color #FDAD2C: hue angle of 37.03º 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 #FDAD2C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 44 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.01 |
| HSL | 37.03º | 0.98% | 0.58% | - |
| HSV(B) | 37.03º | 0.83% | 0.99% | - |
| XYZ | 55.91 | 50.95 | 9.27 | - |
| YUV | 182.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 44 | 0 | 0.32 | 0.83 | 0.01 | 37.03 | 0.98 | 0.58 |
| Hex | FD | AD | 2C | 0 | 20 | 53 | 1 | 25 | 62 | 3A |
| Octal | 375 | 255 | 54 | 0 | 40 | 123 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101101 | 101100 | 0 | 100000 | 1010011 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAD2C
Complementary color
Monochromatic Colors of #FDAD2C
Black with #FDAD2C
Text Example
Text Example
White with #FDAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAD2C; }
p { color: rgb(253,173,44); }
H1.HeaderClassName
{
color: #FDAD2C;
}
.AnyTagClassName
{
color: #FDAD2C;
}
</style>
background-color css
<style>
a { background-color: #FDAD2C; }
a { background-color: rgb(253,173,44); }
div.DivClassName
{
background-color: #FDAD2C;
}
.BgClassName
{
background-color: #FDAD2C;
}
</style>
border-color css
<style>
span { border-color: #FDAD2C; }
span { border-color: rgb(253,173,44); }
td.TdClassName
{
border-color: #FDAD2C;
}
.TagClassName
{
border-color: #FDAD2C;
}
</style>