#F5945D

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

Shades of Atomic Tangerine #F5945D

Tints of Atomic Tangerine #F5945D

Color information

#F5945D (or 0xF5945D) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 94 and 5D. RGB value is (245,148,93). Sum of RGB (Red+Green+Blue) = 245+148+93=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5945D is #0A6BA2. Grayscale: #ABABAB. Windows color (decimal): -682915 or 6132981. OLE color: 6132981.

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

Color convert

RGB24514893-
CMYK00.400.620.04
HSL21.71º88.37%66.27%-
HSV(B)21.71º62.04%96.08%-
XYZ50.2241.3815.7-
YUV170.7384.14180.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.41%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=50.41%
G=30.45%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451489300.400.620.0421.7188.3766.27
HexF5945D0283E4165842
Octal36522413505076426130102
Binary1111010110010100101110101010001111101001011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5945D; }

 p { color: rgb(245,148,93); }

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

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

 a { background-color: rgb(245,148,93); }

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

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

 span { border-color: rgb(245,148,93); }

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