Shades of Atomic Tangerine #FD945A
Tints of Atomic Tangerine #FD945A
RGB
CMYK
RGB Variations
Color information
#FD945A (or 0xFD945A) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 5A. RGB value is (253,148,90). Sum of RGB (Red+Green+Blue) = 253+148+90=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD945A is #026BA5. Grayscale: #ADADAD. Windows color (decimal): -158630 or 5936381. OLE color: 5936381.
HSL color Cylindrical-coordinate representation of color #FD945A: hue angle of 21.35º degrees, saturation: 0.98, 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 #FD945A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 90 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.01 |
| HSL | 21.35º | 0.98% | 0.67% | - |
| HSV(B) | 21.35º | 0.64% | 0.99% | - |
| XYZ | 52.94 | 42.8 | 15.14 | - |
| YUV | 172.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 90 | 0 | 0.42 | 0.64 | 0.01 | 21.35 | 0.98 | 0.67 |
| Hex | FD | 94 | 5A | 0 | 2A | 40 | 1 | 15 | 62 | 43 |
| Octal | 375 | 224 | 132 | 0 | 52 | 100 | 1 | 25 | 142 | 103 |
| Binary | 11111101 | 10010100 | 1011010 | 0 | 101010 | 1000000 | 1 | 10101 | 1100010 | 1000011 |
Color Harmonies of #FD945A
Complementary color
Monochromatic Colors of #FD945A
Black with #FD945A
Text Example
Text Example
White with #FD945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD945A; }
p { color: rgb(253,148,90); }
H1.HeaderClassName
{
color: #FD945A;
}
.AnyTagClassName
{
color: #FD945A;
}
</style>
background-color css
<style>
a { background-color: #FD945A; }
a { background-color: rgb(253,148,90); }
div.DivClassName
{
background-color: #FD945A;
}
.BgClassName
{
background-color: #FD945A;
}
</style>
border-color css
<style>
span { border-color: #FD945A; }
span { border-color: rgb(253,148,90); }
td.TdClassName
{
border-color: #FD945A;
}
.TagClassName
{
border-color: #FD945A;
}
</style>