#F5965C

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

Shades of Atomic Tangerine #F5965C

Tints of Atomic Tangerine #F5965C

Color information

#F5965C (or 0xF5965C) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 96 and 5C. RGB value is (245,150,92). Sum of RGB (Red+Green+Blue) = 245+150+92=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5965C is #0A69A3. Grayscale: #ACACAC. Windows color (decimal): -682404 or 6067957. OLE color: 6067957.

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

Color convert

RGB24515092-
CMYK00.390.620.04
HSL22.75º88.44%66.08%-
HSV(B)22.75º62.45%96.08%-
XYZ50.494215.57-
YUV171.7982.97180.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=50.31%
G=30.80%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451509200.390.620.0422.7588.4466.08
HexF5965C0273E4175842
Octal36522613404776427130102
Binary1111010110010110101110001001111111101001011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5965C; }

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

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

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

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

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

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

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

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