Shades of Atomic Tangerine #FD975C
Tints of Atomic Tangerine #FD975C
RGB
CMYK
RGB Variations
Color information
#FD975C (or 0xFD975C) is known color: Atomic Tangerine. HEX triplet: FD, 97 and 5C. RGB value is (253,151,92). Sum of RGB (Red+Green+Blue) = 253+151+92=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD975C is #0268A3. Grayscale: #AFAFAF. Windows color (decimal): -157860 or 6068221. OLE color: 6068221.
HSL color Cylindrical-coordinate representation of color #FD975C: hue angle of 21.99º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD975C is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 151 | 92 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.01 |
| HSL | 21.99º | 0.98% | 0.68% | - |
| HSV(B) | 21.99º | 0.64% | 0.99% | - |
| XYZ | 53.51 | 43.79 | 15.76 | - |
| YUV | 174.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 151 | 92 | 0 | 0.40 | 0.64 | 0.01 | 21.99 | 0.98 | 0.68 |
| Hex | FD | 97 | 5C | 0 | 28 | 40 | 1 | 16 | 62 | 44 |
| Octal | 375 | 227 | 134 | 0 | 50 | 100 | 1 | 26 | 142 | 104 |
| Binary | 11111101 | 10010111 | 1011100 | 0 | 101000 | 1000000 | 1 | 10110 | 1100010 | 1000100 |
Color Harmonies of #FD975C
Complementary color
Monochromatic Colors of #FD975C
Black with #FD975C
Text Example
Text Example
White with #FD975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD975C; }
p { color: rgb(253,151,92); }
H1.HeaderClassName
{
color: #FD975C;
}
.AnyTagClassName
{
color: #FD975C;
}
</style>
background-color css
<style>
a { background-color: #FD975C; }
a { background-color: rgb(253,151,92); }
div.DivClassName
{
background-color: #FD975C;
}
.BgClassName
{
background-color: #FD975C;
}
</style>
border-color css
<style>
span { border-color: #FD975C; }
span { border-color: rgb(253,151,92); }
td.TdClassName
{
border-color: #FD975C;
}
.TagClassName
{
border-color: #FD975C;
}
</style>