#FF8C69

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

Shades of Atomic Tangerine #FF8C69

Tints of Atomic Tangerine #FF8C69

Color information

#FF8C69 (or 0xFF8C69) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8C and 69. RGB value is (255,140,105). Sum of RGB (Red+Green+Blue) = 255+140+105=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C69 is #007396. Grayscale: #AAAAAA. Windows color (decimal): -29591 or 6917375. OLE color: 6917375.

HSL color Cylindrical-coordinate representation of color #FF8C69: hue angle of 14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8C69 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255140105-
CMYK00.450.590
HSL14º100%70.59%-
HSV(B)14º58.82%100%-
XYZ53.1741.0418.48-
YUV170.491.1188.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 105 (41.41% from 255) = 21%
R=51%
G=28%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514010500.450.5901410070.59
HexFF8C6902D3B0e6447
Octal37721415105573016144107
Binary1111111110001100110100101011011110110111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C69; }

 p { color: rgb(255,140,105); }

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

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

 a { background-color: rgb(255,140,105); }

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

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

 span { border-color: rgb(255,140,105); }

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