Shades of Supernova #FCAD2A
Tints of Supernova #FCAD2A
RGB
CMYK
RGB Variations
Color information
#FCAD2A (or 0xFCAD2A) is known color: Supernova. HEX triplet: FC, AD and 2A. RGB value is (252,173,42). Sum of RGB (Red+Green+Blue) = 252+173+42=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD2A is #0352D5. Grayscale: #B6B6B6. Windows color (decimal): -217814 or 2797052. OLE color: 2797052.
HSL color Cylindrical-coordinate representation of color #FCAD2A: hue angle of 37.43º degrees, saturation: 0.97, 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 #FCAD2A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 42 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.01 |
| HSL | 37.43º | 0.97% | 0.58% | - |
| HSV(B) | 37.43º | 0.83% | 0.99% | - |
| XYZ | 55.51 | 50.75 | 9.06 | - |
| YUV | 181.69 | 49.17 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 42 | 0 | 0.31 | 0.83 | 0.01 | 37.43 | 0.97 | 0.58 |
| Hex | FC | AD | 2A | 0 | 1F | 53 | 1 | 25 | 61 | 3A |
| Octal | 374 | 255 | 52 | 0 | 37 | 123 | 1 | 45 | 141 | 72 |
| Binary | 11111100 | 10101101 | 101010 | 0 | 11111 | 1010011 | 1 | 100101 | 1100001 | 111010 |
Color Harmonies of #FCAD2A
Complementary color
Monochromatic Colors of #FCAD2A
Black with #FCAD2A
Text Example
Text Example
White with #FCAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD2A; }
p { color: rgb(252,173,42); }
H1.HeaderClassName
{
color: #FCAD2A;
}
.AnyTagClassName
{
color: #FCAD2A;
}
</style>
background-color css
<style>
a { background-color: #FCAD2A; }
a { background-color: rgb(252,173,42); }
div.DivClassName
{
background-color: #FCAD2A;
}
.BgClassName
{
background-color: #FCAD2A;
}
</style>
border-color css
<style>
span { border-color: #FCAD2A; }
span { border-color: rgb(252,173,42); }
td.TdClassName
{
border-color: #FCAD2A;
}
.TagClassName
{
border-color: #FCAD2A;
}
</style>