Shades of Atomic Tangerine #FD905C
Tints of Atomic Tangerine #FD905C
RGB
CMYK
RGB Variations
Color information
#FD905C (or 0xFD905C) is known color: Atomic Tangerine. HEX triplet: FD, 90 and 5C. RGB value is (253,144,92). Sum of RGB (Red+Green+Blue) = 253+144+92=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD905C is #026FA3. Grayscale: #AAAAAA. Windows color (decimal): -159652 or 6066429. OLE color: 6066429.
HSL color Cylindrical-coordinate representation of color #FD905C: hue angle of 19.38º 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 #FD905C is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 92 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.01 |
| HSL | 19.38º | 0.98% | 0.68% | - |
| HSV(B) | 19.38º | 0.64% | 0.99% | - |
| XYZ | 52.41 | 41.6 | 15.39 | - |
| YUV | 170.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 92 | 0 | 0.43 | 0.64 | 0.01 | 19.38 | 0.98 | 0.68 |
| Hex | FD | 90 | 5C | 0 | 2B | 40 | 1 | 13 | 62 | 44 |
| Octal | 375 | 220 | 134 | 0 | 53 | 100 | 1 | 23 | 142 | 104 |
| Binary | 11111101 | 10010000 | 1011100 | 0 | 101011 | 1000000 | 1 | 10011 | 1100010 | 1000100 |
Color Harmonies of #FD905C
Complementary color
Monochromatic Colors of #FD905C
Black with #FD905C
Text Example
Text Example
White with #FD905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD905C; }
p { color: rgb(253,144,92); }
H1.HeaderClassName
{
color: #FD905C;
}
.AnyTagClassName
{
color: #FD905C;
}
</style>
background-color css
<style>
a { background-color: #FD905C; }
a { background-color: rgb(253,144,92); }
div.DivClassName
{
background-color: #FD905C;
}
.BgClassName
{
background-color: #FD905C;
}
</style>
border-color css
<style>
span { border-color: #FD905C; }
span { border-color: rgb(253,144,92); }
td.TdClassName
{
border-color: #FD905C;
}
.TagClassName
{
border-color: #FD905C;
}
</style>