Shades of Atomic Tangerine #FC975E
Tints of Atomic Tangerine #FC975E
RGB
CMYK
RGB Variations
Color information
#FC975E (or 0xFC975E) is known color: Atomic Tangerine. HEX triplet: FC, 97 and 5E. RGB value is (252,151,94). Sum of RGB (Red+Green+Blue) = 252+151+94=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC975E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC975E is #0368A1. Grayscale: #AFAFAF. Windows color (decimal): -223394 or 6199292. OLE color: 6199292.
HSL color Cylindrical-coordinate representation of color #FC975E: hue angle of 21.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC975E is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 94 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.01 |
| HSL | 21.65º | 0.96% | 0.68% | - |
| HSV(B) | 21.65º | 0.63% | 0.99% | - |
| XYZ | 53.23 | 43.64 | 16.21 | - |
| YUV | 174.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 94 | 0 | 0.40 | 0.63 | 0.01 | 21.65 | 0.96 | 0.68 |
| Hex | FC | 97 | 5E | 0 | 28 | 3F | 1 | 16 | 60 | 44 |
| Octal | 374 | 227 | 136 | 0 | 50 | 77 | 1 | 26 | 140 | 104 |
| Binary | 11111100 | 10010111 | 1011110 | 0 | 101000 | 111111 | 1 | 10110 | 1100000 | 1000100 |
Color Harmonies of #FC975E
Complementary color
Monochromatic Colors of #FC975E
Black with #FC975E
Text Example
Text Example
White with #FC975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC975E; }
p { color: rgb(252,151,94); }
H1.HeaderClassName
{
color: #FC975E;
}
.AnyTagClassName
{
color: #FC975E;
}
</style>
background-color css
<style>
a { background-color: #FC975E; }
a { background-color: rgb(252,151,94); }
div.DivClassName
{
background-color: #FC975E;
}
.BgClassName
{
background-color: #FC975E;
}
</style>
border-color css
<style>
span { border-color: #FC975E; }
span { border-color: rgb(252,151,94); }
td.TdClassName
{
border-color: #FC975E;
}
.TagClassName
{
border-color: #FC975E;
}
</style>