#F19165

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

Shades of Atomic Tangerine #F19165

Tints of Atomic Tangerine #F19165

Color information

#F19165 (or 0xF19165) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 91 and 65. RGB value is (241,145,101). Sum of RGB (Red+Green+Blue) = 241+145+101=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F19165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19165 is #0E6E9A. Grayscale: #A8A8A8. Windows color (decimal): -945819 or 6656497. OLE color: 6656497.

HSL color Cylindrical-coordinate representation of color #F19165: hue angle of 18.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F19165 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241145101-
CMYK00.400.580.05
HSL18.86º83.33%67.06%-
HSV(B)18.86º58.09%94.51%-
XYZ48.7539.8917.44-
YUV168.6989.8179.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=49.49%
G=29.77%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114510100.400.580.0518.8683.3367.06
HexF191650283A5135343
Octal36122114505072523123103
Binary1111000110010001110010101010001110101011001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19165; }

 p { color: rgb(241,145,101); }

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

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

 a { background-color: rgb(241,145,101); }

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

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

 span { border-color: rgb(241,145,101); }

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