Shades of Atomic Tangerine #FC8962
Tints of Atomic Tangerine #FC8962
RGB
CMYK
RGB Variations
Color information
#FC8962 (or 0xFC8962) is known color: Atomic Tangerine. HEX triplet: FC, 89 and 62. RGB value is (252,137,98). Sum of RGB (Red+Green+Blue) = 252+137+98=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8962 is #03769D. Grayscale: #A7A7A7. Windows color (decimal): -226974 or 6457852. OLE color: 6457852.
HSL color Cylindrical-coordinate representation of color #FC8962: hue angle of 15.19º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC8962 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 98 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.01 |
| HSL | 15.19º | 0.96% | 0.69% | - |
| HSV(B) | 15.19º | 0.61% | 0.99% | - |
| XYZ | 51.3 | 39.47 | 16.47 | - |
| YUV | 166.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 98 | 0 | 0.46 | 0.61 | 0.01 | 15.19 | 0.96 | 0.69 |
| Hex | FC | 89 | 62 | 0 | 2E | 3D | 1 | F | 60 | 45 |
| Octal | 374 | 211 | 142 | 0 | 56 | 75 | 1 | 17 | 140 | 105 |
| Binary | 11111100 | 10001001 | 1100010 | 0 | 101110 | 111101 | 1 | 1111 | 1100000 | 1000101 |
Color Harmonies of #FC8962
Complementary color
Monochromatic Colors of #FC8962
Black with #FC8962
Text Example
Text Example
White with #FC8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8962; }
p { color: rgb(252,137,98); }
H1.HeaderClassName
{
color: #FC8962;
}
.AnyTagClassName
{
color: #FC8962;
}
</style>
background-color css
<style>
a { background-color: #FC8962; }
a { background-color: rgb(252,137,98); }
div.DivClassName
{
background-color: #FC8962;
}
.BgClassName
{
background-color: #FC8962;
}
</style>
border-color css
<style>
span { border-color: #FC8962; }
span { border-color: rgb(252,137,98); }
td.TdClassName
{
border-color: #FC8962;
}
.TagClassName
{
border-color: #FC8962;
}
</style>