#F5915E

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

Shades of Atomic Tangerine #F5915E

Tints of Atomic Tangerine #F5915E

Color information

#F5915E (or 0xF5915E) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 91 and 5E. RGB value is (245,145,94). Sum of RGB (Red+Green+Blue) = 245+145+94=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5915E is #0A6EA1. Grayscale: #A9A9A9. Windows color (decimal): -683682 or 6197749. OLE color: 6197749.

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

Color convert

RGB24514594-
CMYK00.410.620.04
HSL20.26º88.3%66.47%-
HSV(B)20.26º61.63%96.08%-
XYZ49.840.4715.78-
YUV169.0985.63182.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=50.62%
G=29.96%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451459400.410.620.0420.2688.366.47
HexF5915E0293E4145842
Octal36522113605176424130102
Binary1111010110010001101111001010011111101001010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5915E; }

 p { color: rgb(245,145,94); }

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

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

 a { background-color: rgb(245,145,94); }

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

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

 span { border-color: rgb(245,145,94); }

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