Shades of Supernova #FDAF2C
Tints of Supernova #FDAF2C
RGB
CMYK
RGB Variations
Color information
#FDAF2C (or 0xFDAF2C) is known color: Supernova. HEX triplet: FD, AF and 2C. RGB value is (253,175,44). Sum of RGB (Red+Green+Blue) = 253+175+44=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF2C is #0250D3. Grayscale: #B7B7B7. Windows color (decimal): -151764 or 2928637. OLE color: 2928637.
HSL color Cylindrical-coordinate representation of color #FDAF2C: hue angle of 37.61º 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 #FDAF2C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 44 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.01 |
| HSL | 37.61º | 0.98% | 0.58% | - |
| HSV(B) | 37.61º | 0.83% | 0.99% | - |
| XYZ | 56.29 | 51.72 | 9.4 | - |
| YUV | 183.39 | 49.34 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 44 | 0 | 0.31 | 0.83 | 0.01 | 37.61 | 0.98 | 0.58 |
| Hex | FD | AF | 2C | 0 | 1F | 53 | 1 | 26 | 62 | 3A |
| Octal | 375 | 257 | 54 | 0 | 37 | 123 | 1 | 46 | 142 | 72 |
| Binary | 11111101 | 10101111 | 101100 | 0 | 11111 | 1010011 | 1 | 100110 | 1100010 | 111010 |
Color Harmonies of #FDAF2C
Complementary color
Monochromatic Colors of #FDAF2C
Black with #FDAF2C
Text Example
Text Example
White with #FDAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF2C; }
p { color: rgb(253,175,44); }
H1.HeaderClassName
{
color: #FDAF2C;
}
.AnyTagClassName
{
color: #FDAF2C;
}
</style>
background-color css
<style>
a { background-color: #FDAF2C; }
a { background-color: rgb(253,175,44); }
div.DivClassName
{
background-color: #FDAF2C;
}
.BgClassName
{
background-color: #FDAF2C;
}
</style>
border-color css
<style>
span { border-color: #FDAF2C; }
span { border-color: rgb(253,175,44); }
td.TdClassName
{
border-color: #FDAF2C;
}
.TagClassName
{
border-color: #FDAF2C;
}
</style>