Shades of Atomic Tangerine #F9905C
Tints of Atomic Tangerine #F9905C
RGB
CMYK
RGB Variations
Color information
#F9905C (or 0xF9905C) is known color: Atomic Tangerine. HEX triplet: F9, 90 and 5C. RGB value is (249,144,92). Sum of RGB (Red+Green+Blue) = 249+144+92=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9905C is #066FA3. Grayscale: #A9A9A9. Windows color (decimal): -421796 or 6066425. OLE color: 6066425.
HSL color Cylindrical-coordinate representation of color #F9905C: hue angle of 19.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9905C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.02 |
| HSL | 19.87º | 0.93% | 0.67% | - |
| HSV(B) | 19.87º | 0.63% | 0.98% | - |
| XYZ | 50.97 | 40.86 | 15.33 | - |
| YUV | 169.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 92 | 0 | 0.42 | 0.63 | 0.02 | 19.87 | 0.93 | 0.67 |
| Hex | F9 | 90 | 5C | 0 | 2A | 3F | 2 | 14 | 5D | 43 |
| Octal | 371 | 220 | 134 | 0 | 52 | 77 | 2 | 24 | 135 | 103 |
| Binary | 11111001 | 10010000 | 1011100 | 0 | 101010 | 111111 | 10 | 10100 | 1011101 | 1000011 |
Color Harmonies of #F9905C
Complementary color
Monochromatic Colors of #F9905C
Black with #F9905C
Text Example
Text Example
White with #F9905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9905C; }
p { color: rgb(249,144,92); }
H1.HeaderClassName
{
color: #F9905C;
}
.AnyTagClassName
{
color: #F9905C;
}
</style>
background-color css
<style>
a { background-color: #F9905C; }
a { background-color: rgb(249,144,92); }
div.DivClassName
{
background-color: #F9905C;
}
.BgClassName
{
background-color: #F9905C;
}
</style>
border-color css
<style>
span { border-color: #F9905C; }
span { border-color: rgb(249,144,92); }
td.TdClassName
{
border-color: #F9905C;
}
.TagClassName
{
border-color: #F9905C;
}
</style>