#FF9969

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

Shades of Atomic Tangerine #FF9969

Tints of Atomic Tangerine #FF9969

Color information

#FF9969 (or 0xFF9969) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 99 and 69. RGB value is (255,153,105). Sum of RGB (Red+Green+Blue) = 255+153+105=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9969 is #006696. Grayscale: #B2B2B2. Windows color (decimal): -26263 or 6920703. OLE color: 6920703.

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

Color convert

RGB255153105-
CMYK00.40.590
HSL19.2º100%70.59%-
HSV(B)19.2º58.82%100%-
XYZ55.1845.0619.15-
YUV178.0386.79182.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=49.71%
G=29.82%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515310500.40.59019.210070.59
HexFF99690283B0136447
Octal37723115105073023144107
Binary11111111100110011101001010100011101101001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9969; }

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

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

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

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

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

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

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

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