Shades of Atomic Tangerine #F7945C
Tints of Atomic Tangerine #F7945C
RGB
CMYK
RGB Variations
Color information
#F7945C (or 0xF7945C) is known color: Atomic Tangerine. HEX triplet: F7, 94 and 5C. RGB value is (247,148,92). Sum of RGB (Red+Green+Blue) = 247+148+92=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7945C is #086BA3. Grayscale: #ABABAB. Windows color (decimal): -551844 or 6067447. OLE color: 6067447.
HSL color Cylindrical-coordinate representation of color #F7945C: hue angle of 21.68º 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 #F7945C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 92 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.03 |
| HSL | 21.68º | 0.91% | 0.66% | - |
| HSV(B) | 21.68º | 0.63% | 0.97% | - |
| XYZ | 50.88 | 41.73 | 15.5 | - |
| YUV | 171.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 92 | 0 | 0.40 | 0.63 | 0.03 | 21.68 | 0.91 | 0.66 |
| Hex | F7 | 94 | 5C | 0 | 28 | 3F | 3 | 16 | 5B | 42 |
| Octal | 367 | 224 | 134 | 0 | 50 | 77 | 3 | 26 | 133 | 102 |
| Binary | 11110111 | 10010100 | 1011100 | 0 | 101000 | 111111 | 11 | 10110 | 1011011 | 1000010 |
Color Harmonies of #F7945C
Complementary color
Monochromatic Colors of #F7945C
Black with #F7945C
Text Example
Text Example
White with #F7945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7945C; }
p { color: rgb(247,148,92); }
H1.HeaderClassName
{
color: #F7945C;
}
.AnyTagClassName
{
color: #F7945C;
}
</style>
background-color css
<style>
a { background-color: #F7945C; }
a { background-color: rgb(247,148,92); }
div.DivClassName
{
background-color: #F7945C;
}
.BgClassName
{
background-color: #F7945C;
}
</style>
border-color css
<style>
span { border-color: #F7945C; }
span { border-color: rgb(247,148,92); }
td.TdClassName
{
border-color: #F7945C;
}
.TagClassName
{
border-color: #F7945C;
}
</style>