#F0966A

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

Shades of Atomic Tangerine #F0966A

Tints of Atomic Tangerine #F0966A

Color information

#F0966A (or 0xF0966A) is unknown color: approx Atomic Tangerine. HEX triplet: F0, 96 and 6A. RGB value is (240,150,106). Sum of RGB (Red+Green+Blue) = 240+150+106=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0966A is #0F6995. Grayscale: #ACACAC. Windows color (decimal): -1010070 or 6985456. OLE color: 6985456.

HSL color Cylindrical-coordinate representation of color #F0966A: hue angle of 19.7º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0966A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB240150106-
CMYK00.370.560.06
HSL19.7º81.71%67.84%-
HSV(B)19.7º55.83%94.12%-
XYZ49.4441.3819.02-
YUV171.8990.82176.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=48.39%
G=30.24%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015010600.370.560.0619.781.7167.84
HexF0966A025386145244
Octal36022615204570624122104
Binary1111000010010110110101001001011110001101010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0966A; }

 p { color: rgb(240,150,106); }

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

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

 a { background-color: rgb(240,150,106); }

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

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

 span { border-color: rgb(240,150,106); }

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