Shades of Atomic Tangerine #FD946C
Tints of Atomic Tangerine #FD946C
RGB
CMYK
RGB Variations
Color information
#FD946C (or 0xFD946C) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 6C. RGB value is (253,148,108). Sum of RGB (Red+Green+Blue) = 253+148+108=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD946C is #026B93. Grayscale: #AFAFAF. Windows color (decimal): -158612 or 7116029. OLE color: 7116029.
HSL color Cylindrical-coordinate representation of color #FD946C: hue angle of 16.55º degrees, saturation: 0.97, 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 #FD946C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 108 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.01 |
| HSL | 16.55º | 0.97% | 0.71% | - |
| HSV(B) | 16.55º | 0.57% | 0.99% | - |
| XYZ | 53.8 | 43.15 | 19.68 | - |
| YUV | 174.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 108 | 0 | 0.42 | 0.57 | 0.01 | 16.55 | 0.97 | 0.71 |
| Hex | FD | 94 | 6C | 0 | 2A | 39 | 1 | 11 | 61 | 47 |
| Octal | 375 | 224 | 154 | 0 | 52 | 71 | 1 | 21 | 141 | 107 |
| Binary | 11111101 | 10010100 | 1101100 | 0 | 101010 | 111001 | 1 | 10001 | 1100001 | 1000111 |
Color Harmonies of #FD946C
Complementary color
Monochromatic Colors of #FD946C
Black with #FD946C
Text Example
Text Example
White with #FD946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD946C; }
p { color: rgb(253,148,108); }
H1.HeaderClassName
{
color: #FD946C;
}
.AnyTagClassName
{
color: #FD946C;
}
</style>
background-color css
<style>
a { background-color: #FD946C; }
a { background-color: rgb(253,148,108); }
div.DivClassName
{
background-color: #FD946C;
}
.BgClassName
{
background-color: #FD946C;
}
</style>
border-color css
<style>
span { border-color: #FD946C; }
span { border-color: rgb(253,148,108); }
td.TdClassName
{
border-color: #FD946C;
}
.TagClassName
{
border-color: #FD946C;
}
</style>