Shades of Atomic Tangerine #FC995B
Tints of Atomic Tangerine #FC995B
RGB
CMYK
RGB Variations
Color information
#FC995B (or 0xFC995B) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 5B. RGB value is (252,153,91). Sum of RGB (Red+Green+Blue) = 252+153+91=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995B is #0366A4. Grayscale: #AFAFAF. Windows color (decimal): -222885 or 6003196. OLE color: 6003196.
HSL color Cylindrical-coordinate representation of color #FC995B: hue angle of 23.11º 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 #FC995B is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 91 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.01 |
| HSL | 23.11º | 0.96% | 0.67% | - |
| HSV(B) | 23.11º | 0.64% | 0.99% | - |
| XYZ | 53.42 | 44.23 | 15.62 | - |
| YUV | 175.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 91 | 0 | 0.39 | 0.64 | 0.01 | 23.11 | 0.96 | 0.67 |
| Hex | FC | 99 | 5B | 0 | 27 | 40 | 1 | 17 | 60 | 43 |
| Octal | 374 | 231 | 133 | 0 | 47 | 100 | 1 | 27 | 140 | 103 |
| Binary | 11111100 | 10011001 | 1011011 | 0 | 100111 | 1000000 | 1 | 10111 | 1100000 | 1000011 |
Color Harmonies of #FC995B
Complementary color
Monochromatic Colors of #FC995B
Black with #FC995B
Text Example
Text Example
White with #FC995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC995B; }
p { color: rgb(252,153,91); }
H1.HeaderClassName
{
color: #FC995B;
}
.AnyTagClassName
{
color: #FC995B;
}
</style>
background-color css
<style>
a { background-color: #FC995B; }
a { background-color: rgb(252,153,91); }
div.DivClassName
{
background-color: #FC995B;
}
.BgClassName
{
background-color: #FC995B;
}
</style>
border-color css
<style>
span { border-color: #FC995B; }
span { border-color: rgb(252,153,91); }
td.TdClassName
{
border-color: #FC995B;
}
.TagClassName
{
border-color: #FC995B;
}
</style>