#F69370

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

Shades of Atomic Tangerine #F69370

Tints of Atomic Tangerine #F69370

Color information

#F69370 (or 0xF69370) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 93 and 70. RGB value is (246,147,112). Sum of RGB (Red+Green+Blue) = 246+147+112=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F69370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69370 is #096C8F. Grayscale: #ACACAC. Windows color (decimal): -617616 or 7377910. OLE color: 7377910.

HSL color Cylindrical-coordinate representation of color #F69370: hue angle of 15.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69370 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246147112-
CMYK00.400.540.04
HSL15.67º88.16%70.2%-
HSV(B)15.67º54.47%96.47%-
XYZ51.3641.6320.66-
YUV172.6193.8180.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=48.71%
G=29.11%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614711200.400.540.0415.6788.1670.2
HexF69370028364105846
Octal36622316005066420130106
Binary1111011010010011111000001010001101101001000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69370; }

 p { color: rgb(246,147,112); }

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

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

 a { background-color: rgb(246,147,112); }

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

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

 span { border-color: rgb(246,147,112); }

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