Shades of Atomic Tangerine #FC945B
Tints of Atomic Tangerine #FC945B
RGB
CMYK
RGB Variations
Color information
#FC945B (or 0xFC945B) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 5B. RGB value is (252,148,91). Sum of RGB (Red+Green+Blue) = 252+148+91=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC945B is #036BA4. Grayscale: #ACACAC. Windows color (decimal): -224165 or 6001916. OLE color: 6001916.
HSL color Cylindrical-coordinate representation of color #FC945B: hue angle of 21.24º 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 #FC945B is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 91 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.01 |
| HSL | 21.24º | 0.96% | 0.67% | - |
| HSV(B) | 21.24º | 0.64% | 0.99% | - |
| XYZ | 52.62 | 42.63 | 15.35 | - |
| YUV | 172.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 91 | 0 | 0.41 | 0.64 | 0.01 | 21.24 | 0.96 | 0.67 |
| Hex | FC | 94 | 5B | 0 | 29 | 40 | 1 | 15 | 60 | 43 |
| Octal | 374 | 224 | 133 | 0 | 51 | 100 | 1 | 25 | 140 | 103 |
| Binary | 11111100 | 10010100 | 1011011 | 0 | 101001 | 1000000 | 1 | 10101 | 1100000 | 1000011 |
Color Harmonies of #FC945B
Complementary color
Monochromatic Colors of #FC945B
Black with #FC945B
Text Example
Text Example
White with #FC945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC945B; }
p { color: rgb(252,148,91); }
H1.HeaderClassName
{
color: #FC945B;
}
.AnyTagClassName
{
color: #FC945B;
}
</style>
background-color css
<style>
a { background-color: #FC945B; }
a { background-color: rgb(252,148,91); }
div.DivClassName
{
background-color: #FC945B;
}
.BgClassName
{
background-color: #FC945B;
}
</style>
border-color css
<style>
span { border-color: #FC945B; }
span { border-color: rgb(252,148,91); }
td.TdClassName
{
border-color: #FC945B;
}
.TagClassName
{
border-color: #FC945B;
}
</style>