Shades of Supernova #FCAD2D
Tints of Supernova #FCAD2D
RGB
CMYK
RGB Variations
Color information
#FCAD2D (or 0xFCAD2D) is known color: Supernova. HEX triplet: FC, AD and 2D. RGB value is (252,173,45). Sum of RGB (Red+Green+Blue) = 252+173+45=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD2D is #0352D2. Grayscale: #B6B6B6. Windows color (decimal): -217811 or 2993660. OLE color: 2993660.
HSL color Cylindrical-coordinate representation of color #FCAD2D: hue angle of 37.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCAD2D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 45 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.01 |
| HSL | 37.1º | 0.97% | 0.58% | - |
| HSV(B) | 37.1º | 0.82% | 0.99% | - |
| XYZ | 55.56 | 50.77 | 9.35 | - |
| YUV | 182.03 | 50.67 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 45 | 0 | 0.31 | 0.82 | 0.01 | 37.1 | 0.97 | 0.58 |
| Hex | FC | AD | 2D | 0 | 1F | 52 | 1 | 25 | 61 | 3A |
| Octal | 374 | 255 | 55 | 0 | 37 | 122 | 1 | 45 | 141 | 72 |
| Binary | 11111100 | 10101101 | 101101 | 0 | 11111 | 1010010 | 1 | 100101 | 1100001 | 111010 |
Color Harmonies of #FCAD2D
Complementary color
Monochromatic Colors of #FCAD2D
Black with #FCAD2D
Text Example
Text Example
White with #FCAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD2D; }
p { color: rgb(252,173,45); }
H1.HeaderClassName
{
color: #FCAD2D;
}
.AnyTagClassName
{
color: #FCAD2D;
}
</style>
background-color css
<style>
a { background-color: #FCAD2D; }
a { background-color: rgb(252,173,45); }
div.DivClassName
{
background-color: #FCAD2D;
}
.BgClassName
{
background-color: #FCAD2D;
}
</style>
border-color css
<style>
span { border-color: #FCAD2D; }
span { border-color: rgb(252,173,45); }
td.TdClassName
{
border-color: #FCAD2D;
}
.TagClassName
{
border-color: #FCAD2D;
}
</style>