#FF996D

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

Shades of Atomic Tangerine #FF996D

Tints of Atomic Tangerine #FF996D

Color information

#FF996D (or 0xFF996D) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 99 and 6D. RGB value is (255,153,109). Sum of RGB (Red+Green+Blue) = 255+153+109=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF996D is #006692. Grayscale: #B2B2B2. Windows color (decimal): -26259 or 7182847. OLE color: 7182847.

HSL color Cylindrical-coordinate representation of color #FF996D: hue angle of 18.08º 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 #FF996D is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB255153109-
CMYK00.40.570
HSL18.08º100%71.37%-
HSV(B)18.08º57.25%100%-
XYZ55.3945.1520.26-
YUV178.4888.79182.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=49.32%
G=29.59%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515310900.40.57018.0810071.37
HexFF996D028390126447
Octal37723115505071022144107
Binary11111111100110011101101010100011100101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF996D; }

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

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

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

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

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

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

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

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