Shades of Supernova #FCAD32
Tints of Supernova #FCAD32
RGB
CMYK
RGB Variations
Color information
#FCAD32 (or 0xFCAD32) is known color: Supernova. HEX triplet: FC, AD and 32. RGB value is (252,173,50). Sum of RGB (Red+Green+Blue) = 252+173+50=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD32 is #0352CD. Grayscale: #B7B7B7. Windows color (decimal): -217806 or 3321340. OLE color: 3321340.
HSL color Cylindrical-coordinate representation of color #FCAD32: hue angle of 36.53º degrees, saturation: 0.97, 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 #FCAD32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.01 |
| HSL | 36.53º | 0.97% | 0.59% | - |
| HSV(B) | 36.53º | 0.8% | 0.99% | - |
| XYZ | 55.66 | 50.81 | 9.89 | - |
| YUV | 182.6 | 53.17 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 50 | 0 | 0.31 | 0.80 | 0.01 | 36.53 | 0.97 | 0.59 |
| Hex | FC | AD | 32 | 0 | 1F | 50 | 1 | 25 | 61 | 3B |
| Octal | 374 | 255 | 62 | 0 | 37 | 120 | 1 | 45 | 141 | 73 |
| Binary | 11111100 | 10101101 | 110010 | 0 | 11111 | 1010000 | 1 | 100101 | 1100001 | 111011 |
Color Harmonies of #FCAD32
Complementary color
Monochromatic Colors of #FCAD32
Black with #FCAD32
Text Example
Text Example
White with #FCAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD32; }
p { color: rgb(252,173,50); }
H1.HeaderClassName
{
color: #FCAD32;
}
.AnyTagClassName
{
color: #FCAD32;
}
</style>
background-color css
<style>
a { background-color: #FCAD32; }
a { background-color: rgb(252,173,50); }
div.DivClassName
{
background-color: #FCAD32;
}
.BgClassName
{
background-color: #FCAD32;
}
</style>
border-color css
<style>
span { border-color: #FCAD32; }
span { border-color: rgb(252,173,50); }
td.TdClassName
{
border-color: #FCAD32;
}
.TagClassName
{
border-color: #FCAD32;
}
</style>