#F79270

Color #F79270 Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F79270

Tints of Atomic Tangerine #F79270

Color information

#F79270 (or 0xF79270) is unknown color: approx Atomic Tangerine. HEX triplet: F7, 92 and 70. RGB value is (247,146,112). Sum of RGB (Red+Green+Blue) = 247+146+112=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F79270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79270 is #086D8F. Grayscale: #ACACAC. Windows color (decimal): -552336 or 7377655. OLE color: 7377655.

HSL color Cylindrical-coordinate representation of color #F79270: hue angle of 15.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F79270 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB247146112-
CMYK00.410.550.03
HSL15.11º89.4%70.39%-
HSV(B)15.11º54.66%96.86%-
XYZ51.5641.520.62-
YUV172.3293.96181.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=48.91%
G=28.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714611200.410.550.0315.1189.470.39
HexF79270029373f5946
Octal36722216005167317131106
Binary11110111100100101110000010100111011111111110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79270; }

 p { color: rgb(247,146,112); }

 H1.HeaderClassName
 {
   color: #F79270;
 }
 .AnyTagClassName
 {
   color: #F79270;
 }
</style>
background-color css

<style>
 a { background-color: #F79270; }

 a { background-color: rgb(247,146,112); }

 div.DivClassName
 {
   background-color: #F79270;
 }
 .BgClassName
 {
   background-color: #F79270;
 }
</style>
border-color css

<style>
 span { border-color: #F79270; }

 span { border-color: rgb(247,146,112); }

 td.TdClassName
 {
   border-color: #F79270;
 }
 .TagClassName
 {
   border-color: #F79270;
 }
</style>