#FF8B68

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

Shades of Atomic Tangerine #FF8B68

Tints of Atomic Tangerine #FF8B68

Color information

#FF8B68 (or 0xFF8B68) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8B and 68. RGB value is (255,139,104). Sum of RGB (Red+Green+Blue) = 255+139+104=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B68 is #007497. Grayscale: #A9A9A9. Windows color (decimal): -29848 or 6851583. OLE color: 6851583.

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

Color convert

RGB255139104-
CMYK00.450.590
HSL13.91º100%70.39%-
HSV(B)13.91º59.22%100%-
XYZ52.9740.7218.17-
YUV169.6990.93188.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=51.20%
G=27.91%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513910400.450.59013.9110070.39
HexFF8B6802D3B0e6446
Octal37721315005573016144106
Binary1111111110001011110100001011011110110111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B68; }

 p { color: rgb(255,139,104); }

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

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

 a { background-color: rgb(255,139,104); }

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

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

 span { border-color: rgb(255,139,104); }

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