#FA965F

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

Shades of Atomic Tangerine #FA965F

Tints of Atomic Tangerine #FA965F

Color information

#FA965F (or 0xFA965F) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 96 and 5F. RGB value is (250,150,95). Sum of RGB (Red+Green+Blue) = 250+150+95=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA965F is #0569A0. Grayscale: #ADADAD. Windows color (decimal): -354721 or 6264570. OLE color: 6264570.

HSL color Cylindrical-coordinate representation of color #FA965F: hue angle of 21.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA965F is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25015095-
CMYK00.40.620.02
HSL21.29º93.94%67.65%-
HSV(B)21.29º62%98.04%-
XYZ52.442.9616.36-
YUV173.6383.63182.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 95 (37.5% from 255) = 19.19%
R=50.51%
G=30.30%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501509500.40.620.0221.2993.9467.65
HexFA965F0283E2155e44
Octal37222613705076225136104
Binary111110101001011010111110101000111110101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA965F; }

 p { color: rgb(250,150,95); }

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

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

 a { background-color: rgb(250,150,95); }

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

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

 span { border-color: rgb(250,150,95); }

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