Shades of Atomic Tangerine #F7925C
Tints of Atomic Tangerine #F7925C
RGB
CMYK
RGB Variations
Color information
#F7925C (or 0xF7925C) is known color: Atomic Tangerine. HEX triplet: F7, 92 and 5C. RGB value is (247,146,92). Sum of RGB (Red+Green+Blue) = 247+146+92=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7925C is #086DA3. Grayscale: #AAAAAA. Windows color (decimal): -552356 or 6066935. OLE color: 6066935.
HSL color Cylindrical-coordinate representation of color #F7925C: hue angle of 20.9º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7925C is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 92 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.03 |
| HSL | 20.9º | 0.91% | 0.66% | - |
| HSV(B) | 20.9º | 0.63% | 0.97% | - |
| XYZ | 50.57 | 41.1 | 15.39 | - |
| YUV | 170.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 92 | 0 | 0.41 | 0.63 | 0.03 | 20.9 | 0.91 | 0.66 |
| Hex | F7 | 92 | 5C | 0 | 29 | 3F | 3 | 15 | 5B | 42 |
| Octal | 367 | 222 | 134 | 0 | 51 | 77 | 3 | 25 | 133 | 102 |
| Binary | 11110111 | 10010010 | 1011100 | 0 | 101001 | 111111 | 11 | 10101 | 1011011 | 1000010 |
Color Harmonies of #F7925C
Complementary color
Monochromatic Colors of #F7925C
Black with #F7925C
Text Example
Text Example
White with #F7925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7925C; }
p { color: rgb(247,146,92); }
H1.HeaderClassName
{
color: #F7925C;
}
.AnyTagClassName
{
color: #F7925C;
}
</style>
background-color css
<style>
a { background-color: #F7925C; }
a { background-color: rgb(247,146,92); }
div.DivClassName
{
background-color: #F7925C;
}
.BgClassName
{
background-color: #F7925C;
}
</style>
border-color css
<style>
span { border-color: #F7925C; }
span { border-color: rgb(247,146,92); }
td.TdClassName
{
border-color: #F7925C;
}
.TagClassName
{
border-color: #F7925C;
}
</style>