Shades of Atomic Tangerine #F9985A
Tints of Atomic Tangerine #F9985A
RGB
CMYK
RGB Variations
Color information
#F9985A (or 0xF9985A) is known color: Atomic Tangerine. HEX triplet: F9, 98 and 5A. RGB value is (249,152,90). Sum of RGB (Red+Green+Blue) = 249+152+90=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9985A is #0667A5. Grayscale: #AEAEAE. Windows color (decimal): -419750 or 5937401. OLE color: 5937401.
HSL color Cylindrical-coordinate representation of color #F9985A: hue angle of 23.4º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9985A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.02 |
| HSL | 23.4º | 0.93% | 0.66% | - |
| HSV(B) | 23.4º | 0.64% | 0.98% | - |
| XYZ | 52.14 | 43.33 | 15.29 | - |
| YUV | 173.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 90 | 0 | 0.39 | 0.64 | 0.02 | 23.4 | 0.93 | 0.66 |
| Hex | F9 | 98 | 5A | 0 | 27 | 40 | 2 | 17 | 5D | 42 |
| Octal | 371 | 230 | 132 | 0 | 47 | 100 | 2 | 27 | 135 | 102 |
| Binary | 11111001 | 10011000 | 1011010 | 0 | 100111 | 1000000 | 10 | 10111 | 1011101 | 1000010 |
Color Harmonies of #F9985A
Complementary color
Monochromatic Colors of #F9985A
Black with #F9985A
Text Example
Text Example
White with #F9985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9985A; }
p { color: rgb(249,152,90); }
H1.HeaderClassName
{
color: #F9985A;
}
.AnyTagClassName
{
color: #F9985A;
}
</style>
background-color css
<style>
a { background-color: #F9985A; }
a { background-color: rgb(249,152,90); }
div.DivClassName
{
background-color: #F9985A;
}
.BgClassName
{
background-color: #F9985A;
}
</style>
border-color css
<style>
span { border-color: #F9985A; }
span { border-color: rgb(249,152,90); }
td.TdClassName
{
border-color: #F9985A;
}
.TagClassName
{
border-color: #F9985A;
}
</style>