#F69164

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

Shades of Atomic Tangerine #F69164

Tints of Atomic Tangerine #F69164

Color information

#F69164 (or 0xF69164) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 91 and 64. RGB value is (246,145,100). Sum of RGB (Red+Green+Blue) = 246+145+100=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F69164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69164 is #096E9B. Grayscale: #AAAAAA. Windows color (decimal): -618140 or 6590966. OLE color: 6590966.

HSL color Cylindrical-coordinate representation of color #F69164: hue angle of 18.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F69164 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246145100-
CMYK00.410.590.04
HSL18.49º89.02%67.84%-
HSV(B)18.49º59.35%96.47%-
XYZ50.4340.7617.27-
YUV170.0788.46182.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=50.10%
G=29.53%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614510000.410.590.0418.4989.0267.84
HexF691640293B4125944
Octal36622114405173422131104
Binary1111011010010001110010001010011110111001001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69164; }

 p { color: rgb(246,145,100); }

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

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

 a { background-color: rgb(246,145,100); }

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

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

 span { border-color: rgb(246,145,100); }

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