Shades of Atomic Tangerine #F2925F
Tints of Atomic Tangerine #F2925F
RGB
CMYK
RGB Variations
Color information
#F2925F (or 0xF2925F) is known color: Atomic Tangerine. HEX triplet: F2, 92 and 5F. RGB value is (242,146,95). Sum of RGB (Red+Green+Blue) = 242+146+95=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2925F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2925F is #0D6DA0. Grayscale: #A9A9A9. Windows color (decimal): -880033 or 6263538. OLE color: 6263538.
HSL color Cylindrical-coordinate representation of color #F2925F: hue angle of 20.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2925F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 95 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.05 |
| HSL | 20.82º | 0.85% | 0.66% | - |
| HSV(B) | 20.82º | 0.61% | 0.95% | - |
| XYZ | 48.96 | 40.26 | 16.02 | - |
| YUV | 168.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 95 | 0 | 0.40 | 0.61 | 0.05 | 20.82 | 0.85 | 0.66 |
| Hex | F2 | 92 | 5F | 0 | 28 | 3D | 5 | 15 | 55 | 42 |
| Octal | 362 | 222 | 137 | 0 | 50 | 75 | 5 | 25 | 125 | 102 |
| Binary | 11110010 | 10010010 | 1011111 | 0 | 101000 | 111101 | 101 | 10101 | 1010101 | 1000010 |
Color Harmonies of #F2925F
Complementary color
Monochromatic Colors of #F2925F
Black with #F2925F
Text Example
Text Example
White with #F2925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2925F; }
p { color: rgb(242,146,95); }
H1.HeaderClassName
{
color: #F2925F;
}
.AnyTagClassName
{
color: #F2925F;
}
</style>
background-color css
<style>
a { background-color: #F2925F; }
a { background-color: rgb(242,146,95); }
div.DivClassName
{
background-color: #F2925F;
}
.BgClassName
{
background-color: #F2925F;
}
</style>
border-color css
<style>
span { border-color: #F2925F; }
span { border-color: rgb(242,146,95); }
td.TdClassName
{
border-color: #F2925F;
}
.TagClassName
{
border-color: #F2925F;
}
</style>