Shades of Atomic Tangerine #FC915F
Tints of Atomic Tangerine #FC915F
RGB
CMYK
RGB Variations
Color information
#FC915F (or 0xFC915F) is known color: Atomic Tangerine. HEX triplet: FC, 91 and 5F. RGB value is (252,145,95). Sum of RGB (Red+Green+Blue) = 252+145+95=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC915F is #036EA0. Grayscale: #ABABAB. Windows color (decimal): -224929 or 6263292. OLE color: 6263292.
HSL color Cylindrical-coordinate representation of color #FC915F: hue angle of 19.11º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC915F is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 95 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.01 |
| HSL | 19.11º | 0.96% | 0.68% | - |
| HSV(B) | 19.11º | 0.62% | 0.99% | - |
| XYZ | 52.34 | 41.77 | 16.13 | - |
| YUV | 171.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 95 | 0 | 0.42 | 0.62 | 0.01 | 19.11 | 0.96 | 0.68 |
| Hex | FC | 91 | 5F | 0 | 2A | 3E | 1 | 13 | 60 | 44 |
| Octal | 374 | 221 | 137 | 0 | 52 | 76 | 1 | 23 | 140 | 104 |
| Binary | 11111100 | 10010001 | 1011111 | 0 | 101010 | 111110 | 1 | 10011 | 1100000 | 1000100 |
Color Harmonies of #FC915F
Complementary color
Monochromatic Colors of #FC915F
Black with #FC915F
Text Example
Text Example
White with #FC915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC915F; }
p { color: rgb(252,145,95); }
H1.HeaderClassName
{
color: #FC915F;
}
.AnyTagClassName
{
color: #FC915F;
}
</style>
background-color css
<style>
a { background-color: #FC915F; }
a { background-color: rgb(252,145,95); }
div.DivClassName
{
background-color: #FC915F;
}
.BgClassName
{
background-color: #FC915F;
}
</style>
border-color css
<style>
span { border-color: #FC915F; }
span { border-color: rgb(252,145,95); }
td.TdClassName
{
border-color: #FC915F;
}
.TagClassName
{
border-color: #FC915F;
}
</style>