#FF8D6C

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

Shades of Atomic Tangerine #FF8D6C

Tints of Atomic Tangerine #FF8D6C

Color information

#FF8D6C (or 0xFF8D6C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8D and 6C. RGB value is (255,141,108). Sum of RGB (Red+Green+Blue) = 255+141+108=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D6C is #007293. Grayscale: #ABABAB. Windows color (decimal): -29332 or 7114239. OLE color: 7114239.

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

Color convert

RGB255141108-
CMYK00.450.580
HSL13.47º100%71.18%-
HSV(B)13.47º57.65%100%-
XYZ53.4741.3919.36-
YUV171.3292.27187.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=50.60%
G=27.98%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514110800.450.58013.4710071.18
HexFF8D6C02D3A0d6447
Octal37721515405572015144107
Binary1111111110001101110110001011011110100110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D6C; }

 p { color: rgb(255,141,108); }

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

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

 a { background-color: rgb(255,141,108); }

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

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

 span { border-color: rgb(255,141,108); }

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