#F58F64

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

Shades of Atomic Tangerine #F58F64

Tints of Atomic Tangerine #F58F64

Color information

#F58F64 (or 0xF58F64) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 8F and 64. RGB value is (245,143,100). Sum of RGB (Red+Green+Blue) = 245+143+100=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F64 is #0A709B. Grayscale: #A8A8A8. Windows color (decimal): -684188 or 6590453. OLE color: 6590453.

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

Color convert

RGB245143100-
CMYK00.420.590.04
HSL17.79º87.88%67.65%-
HSV(B)17.79º59.18%96.08%-
XYZ49.7839.9817.15-
YUV168.689.29182.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=50.20%
G=29.30%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514310000.420.590.0417.7987.8867.65
HexF58F6402A3B4125844
Octal36521714405273422130104
Binary1111010110001111110010001010101110111001001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F64; }

 p { color: rgb(245,143,100); }

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

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

 a { background-color: rgb(245,143,100); }

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

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

 span { border-color: rgb(245,143,100); }

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