#F59670

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

Shades of Atomic Tangerine #F59670

Tints of Atomic Tangerine #F59670

Color information

#F59670 (or 0xF59670) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 96 and 70. RGB value is (245,150,112). Sum of RGB (Red+Green+Blue) = 245+150+112=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F59670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59670 is #0A698F. Grayscale: #AEAEAE. Windows color (decimal): -682384 or 7378677. OLE color: 7378677.

HSL color Cylindrical-coordinate representation of color #F59670: hue angle of 17.14º degrees, saturation: 0.87, 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 #F59670 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB245150112-
CMYK00.390.540.04
HSL17.14º86.93%70%-
HSV(B)17.14º54.29%96.08%-
XYZ51.4942.420.8-
YUV174.0792.97178.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=48.32%
G=29.59%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515011200.390.540.0417.1486.9370
HexF59670027364115746
Octal36522616004766421127106
Binary1111010110010110111000001001111101101001000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59670; }

 p { color: rgb(245,150,112); }

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

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

 a { background-color: rgb(245,150,112); }

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

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

 span { border-color: rgb(245,150,112); }

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