#FF966B

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

Shades of Atomic Tangerine #FF966B

Tints of Atomic Tangerine #FF966B

Color information

#FF966B (or 0xFF966B) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 96 and 6B. RGB value is (255,150,107). Sum of RGB (Red+Green+Blue) = 255+150+107=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966B is #006994. Grayscale: #B0B0B0. Windows color (decimal): -27029 or 7051007. OLE color: 7051007.

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

Color convert

RGB255150107-
CMYK00.410.580
HSL17.43º100%70.98%-
HSV(B)17.43º58.04%100%-
XYZ54.844.1319.54-
YUV176.4988.79184-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=49.80%
G=29.30%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515010700.410.58017.4310070.98
HexFF966B0293A0116447
Octal37722615305172021144107
Binary11111111100101101101011010100111101001000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF966B; }

 p { color: rgb(255,150,107); }

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

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

 a { background-color: rgb(255,150,107); }

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

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

 span { border-color: rgb(255,150,107); }

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