#FF9A6D

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

Shades of Atomic Tangerine #FF9A6D

Tints of Atomic Tangerine #FF9A6D

Color information

#FF9A6D (or 0xFF9A6D) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9A and 6D. RGB value is (255,154,109). Sum of RGB (Red+Green+Blue) = 255+154+109=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A6D is #006592. Grayscale: #B3B3B3. Windows color (decimal): -26003 or 7183103. OLE color: 7183103.

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

Color convert

RGB255154109-
CMYK00.400.570
HSL18.49º100%71.37%-
HSV(B)18.49º57.25%100%-
XYZ55.5645.4820.32-
YUV179.0788.46182.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 109 (42.97% from 255) = 21.04%
R=49.23%
G=29.73%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515410900.400.57018.4910071.37
HexFF9A6D028390126447
Octal37723215505071022144107
Binary11111111100110101101101010100011100101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A6D; }

 p { color: rgb(255,154,109); }

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

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

 a { background-color: rgb(255,154,109); }

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

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

 span { border-color: rgb(255,154,109); }

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