Shades of Atomic Tangerine #FC925A
Tints of Atomic Tangerine #FC925A
RGB
CMYK
RGB Variations
Color information
#FC925A (or 0xFC925A) is known color: Atomic Tangerine. HEX triplet: FC, 92 and 5A. RGB value is (252,146,90). Sum of RGB (Red+Green+Blue) = 252+146+90=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC925A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC925A is #036DA5. Grayscale: #ABABAB. Windows color (decimal): -224678 or 5935868. OLE color: 5935868.
HSL color Cylindrical-coordinate representation of color #FC925A: hue angle of 20.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC925A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 90 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.01 |
| HSL | 20.74º | 0.96% | 0.67% | - |
| HSV(B) | 20.74º | 0.64% | 0.99% | - |
| XYZ | 52.27 | 41.99 | 15.02 | - |
| YUV | 171.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 90 | 0 | 0.42 | 0.64 | 0.01 | 20.74 | 0.96 | 0.67 |
| Hex | FC | 92 | 5A | 0 | 2A | 40 | 1 | 15 | 60 | 43 |
| Octal | 374 | 222 | 132 | 0 | 52 | 100 | 1 | 25 | 140 | 103 |
| Binary | 11111100 | 10010010 | 1011010 | 0 | 101010 | 1000000 | 1 | 10101 | 1100000 | 1000011 |
Color Harmonies of #FC925A
Complementary color
Monochromatic Colors of #FC925A
Black with #FC925A
Text Example
Text Example
White with #FC925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC925A; }
p { color: rgb(252,146,90); }
H1.HeaderClassName
{
color: #FC925A;
}
.AnyTagClassName
{
color: #FC925A;
}
</style>
background-color css
<style>
a { background-color: #FC925A; }
a { background-color: rgb(252,146,90); }
div.DivClassName
{
background-color: #FC925A;
}
.BgClassName
{
background-color: #FC925A;
}
</style>
border-color css
<style>
span { border-color: #FC925A; }
span { border-color: rgb(252,146,90); }
td.TdClassName
{
border-color: #FC925A;
}
.TagClassName
{
border-color: #FC925A;
}
</style>