Shades of Atomic Tangerine #FC926C
Tints of Atomic Tangerine #FC926C
RGB
CMYK
RGB Variations
Color information
#FC926C (or 0xFC926C) is known color: Atomic Tangerine. HEX triplet: FC, 92 and 6C. RGB value is (252,146,108). Sum of RGB (Red+Green+Blue) = 252+146+108=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC926C is #036D93. Grayscale: #ADADAD. Windows color (decimal): -224660 or 7115516. OLE color: 7115516.
HSL color Cylindrical-coordinate representation of color #FC926C: hue angle of 15.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC926C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 108 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.01 |
| HSL | 15.83º | 0.96% | 0.71% | - |
| HSV(B) | 15.83º | 0.57% | 0.99% | - |
| XYZ | 53.13 | 42.34 | 19.56 | - |
| YUV | 173.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 108 | 0 | 0.42 | 0.57 | 0.01 | 15.83 | 0.96 | 0.71 |
| Hex | FC | 92 | 6C | 0 | 2A | 39 | 1 | 10 | 60 | 47 |
| Octal | 374 | 222 | 154 | 0 | 52 | 71 | 1 | 20 | 140 | 107 |
| Binary | 11111100 | 10010010 | 1101100 | 0 | 101010 | 111001 | 1 | 10000 | 1100000 | 1000111 |
Color Harmonies of #FC926C
Complementary color
Monochromatic Colors of #FC926C
Black with #FC926C
Text Example
Text Example
White with #FC926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC926C; }
p { color: rgb(252,146,108); }
H1.HeaderClassName
{
color: #FC926C;
}
.AnyTagClassName
{
color: #FC926C;
}
</style>
background-color css
<style>
a { background-color: #FC926C; }
a { background-color: rgb(252,146,108); }
div.DivClassName
{
background-color: #FC926C;
}
.BgClassName
{
background-color: #FC926C;
}
</style>
border-color css
<style>
span { border-color: #FC926C; }
span { border-color: rgb(252,146,108); }
td.TdClassName
{
border-color: #FC926C;
}
.TagClassName
{
border-color: #FC926C;
}
</style>