Shades of Supernova #FDAB32
Tints of Supernova #FDAB32
RGB
CMYK
RGB Variations
Color information
#FDAB32 (or 0xFDAB32) is known color: Supernova. HEX triplet: FD, AB and 32. RGB value is (253,171,50). Sum of RGB (Red+Green+Blue) = 253+171+50=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB32 is #0254CD. Grayscale: #B6B6B6. Windows color (decimal): -152782 or 3320829. OLE color: 3320829.
HSL color Cylindrical-coordinate representation of color #FDAB32: hue angle of 35.76º 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 #FDAB32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 50 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.01 |
| HSL | 35.76º | 0.98% | 0.59% | - |
| HSV(B) | 35.76º | 0.8% | 0.99% | - |
| XYZ | 55.65 | 50.24 | 9.78 | - |
| YUV | 181.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 50 | 0 | 0.32 | 0.80 | 0.01 | 35.76 | 0.98 | 0.59 |
| Hex | FD | AB | 32 | 0 | 20 | 50 | 1 | 24 | 62 | 3B |
| Octal | 375 | 253 | 62 | 0 | 40 | 120 | 1 | 44 | 142 | 73 |
| Binary | 11111101 | 10101011 | 110010 | 0 | 100000 | 1010000 | 1 | 100100 | 1100010 | 111011 |
Color Harmonies of #FDAB32
Complementary color
Monochromatic Colors of #FDAB32
Black with #FDAB32
Text Example
Text Example
White with #FDAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB32; }
p { color: rgb(253,171,50); }
H1.HeaderClassName
{
color: #FDAB32;
}
.AnyTagClassName
{
color: #FDAB32;
}
</style>
background-color css
<style>
a { background-color: #FDAB32; }
a { background-color: rgb(253,171,50); }
div.DivClassName
{
background-color: #FDAB32;
}
.BgClassName
{
background-color: #FDAB32;
}
</style>
border-color css
<style>
span { border-color: #FDAB32; }
span { border-color: rgb(253,171,50); }
td.TdClassName
{
border-color: #FDAB32;
}
.TagClassName
{
border-color: #FDAB32;
}
</style>