#F5975D

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

Shades of Atomic Tangerine #F5975D

Tints of Atomic Tangerine #F5975D

Color information

#F5975D (or 0xF5975D) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 97 and 5D. RGB value is (245,151,93). Sum of RGB (Red+Green+Blue) = 245+151+93=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5975D is #0A68A2. Grayscale: #ACACAC. Windows color (decimal): -682147 or 6133749. OLE color: 6133749.

HSL color Cylindrical-coordinate representation of color #F5975D: hue angle of 22.89º 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 #F5975D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24515193-
CMYK00.380.620.04
HSL22.89º88.37%66.27%-
HSV(B)22.89º62.04%96.08%-
XYZ50.742.3415.86-
YUV172.4983.14179.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=50.10%
G=30.88%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451519300.380.620.0422.8988.3766.27
HexF5975D0263E4175842
Octal36522713504676427130102
Binary1111010110010111101110101001101111101001011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5975D; }

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

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

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

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

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

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

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

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