#F68D68

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

Shades of Atomic Tangerine #F68D68

Tints of Atomic Tangerine #F68D68

Color information

#F68D68 (or 0xF68D68) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 8D and 68. RGB value is (246,141,104). Sum of RGB (Red+Green+Blue) = 246+141+104=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D68 is #097297. Grayscale: #A8A8A8. Windows color (decimal): -619160 or 6852086. OLE color: 6852086.

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

Color convert

RGB246141104-
CMYK00.430.580.04
HSL15.63º88.75%68.63%-
HSV(B)15.63º57.72%96.47%-
XYZ50.0339.6418.11-
YUV168.1891.79183.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=50.10%
G=28.72%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614110400.430.580.0415.6388.7568.63
HexF68D6802B3A4105945
Octal36621515005372420131105
Binary1111011010001101110100001010111110101001000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68D68; }

 p { color: rgb(246,141,104); }

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

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

 a { background-color: rgb(246,141,104); }

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

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

 span { border-color: rgb(246,141,104); }

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