Shades of Atomic Tangerine #F29461
Tints of Atomic Tangerine #F29461
RGB
CMYK
RGB Variations
Color information
#F29461 (or 0xF29461) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 61. RGB value is (242,148,97). Sum of RGB (Red+Green+Blue) = 242+148+97=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F29461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29461 is #0D6B9E. Grayscale: #AAAAAA. Windows color (decimal): -879519 or 6395122. OLE color: 6395122.
HSL color Cylindrical-coordinate representation of color #F29461: hue angle of 21.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F29461 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 97 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.05 |
| HSL | 21.1º | 0.85% | 0.66% | - |
| HSV(B) | 21.1º | 0.6% | 0.95% | - |
| XYZ | 49.37 | 40.92 | 16.61 | - |
| YUV | 170.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 97 | 0 | 0.39 | 0.60 | 0.05 | 21.1 | 0.85 | 0.66 |
| Hex | F2 | 94 | 61 | 0 | 27 | 3C | 5 | 15 | 55 | 42 |
| Octal | 362 | 224 | 141 | 0 | 47 | 74 | 5 | 25 | 125 | 102 |
| Binary | 11110010 | 10010100 | 1100001 | 0 | 100111 | 111100 | 101 | 10101 | 1010101 | 1000010 |
Color Harmonies of #F29461
Complementary color
Monochromatic Colors of #F29461
Black with #F29461
Text Example
Text Example
White with #F29461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29461; }
p { color: rgb(242,148,97); }
H1.HeaderClassName
{
color: #F29461;
}
.AnyTagClassName
{
color: #F29461;
}
</style>
background-color css
<style>
a { background-color: #F29461; }
a { background-color: rgb(242,148,97); }
div.DivClassName
{
background-color: #F29461;
}
.BgClassName
{
background-color: #F29461;
}
</style>
border-color css
<style>
span { border-color: #F29461; }
span { border-color: rgb(242,148,97); }
td.TdClassName
{
border-color: #F29461;
}
.TagClassName
{
border-color: #F29461;
}
</style>