Shades of Supernova #FDAC2B
Tints of Supernova #FDAC2B
RGB
CMYK
RGB Variations
Color information
#FDAC2B (or 0xFDAC2B) is known color: Supernova. HEX triplet: FD, AC and 2B. RGB value is (253,172,43). Sum of RGB (Red+Green+Blue) = 253+172+43=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC2B is #0253D4. Grayscale: #B6B6B6. Windows color (decimal): -152533 or 2862333. OLE color: 2862333.
HSL color Cylindrical-coordinate representation of color #FDAC2B: hue angle of 36.86º 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 #FDAC2B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 43 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.01 |
| HSL | 36.86º | 0.98% | 0.58% | - |
| HSV(B) | 36.86º | 0.83% | 0.99% | - |
| XYZ | 55.7 | 50.56 | 9.11 | - |
| YUV | 181.51 | 49.84 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 43 | 0 | 0.32 | 0.83 | 0.01 | 36.86 | 0.98 | 0.58 |
| Hex | FD | AC | 2B | 0 | 20 | 53 | 1 | 25 | 62 | 3A |
| Octal | 375 | 254 | 53 | 0 | 40 | 123 | 1 | 45 | 142 | 72 |
| Binary | 11111101 | 10101100 | 101011 | 0 | 100000 | 1010011 | 1 | 100101 | 1100010 | 111010 |
Color Harmonies of #FDAC2B
Complementary color
Monochromatic Colors of #FDAC2B
Black with #FDAC2B
Text Example
Text Example
White with #FDAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC2B; }
p { color: rgb(253,172,43); }
H1.HeaderClassName
{
color: #FDAC2B;
}
.AnyTagClassName
{
color: #FDAC2B;
}
</style>
background-color css
<style>
a { background-color: #FDAC2B; }
a { background-color: rgb(253,172,43); }
div.DivClassName
{
background-color: #FDAC2B;
}
.BgClassName
{
background-color: #FDAC2B;
}
</style>
border-color css
<style>
span { border-color: #FDAC2B; }
span { border-color: rgb(253,172,43); }
td.TdClassName
{
border-color: #FDAC2B;
}
.TagClassName
{
border-color: #FDAC2B;
}
</style>