#FF965A

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

Shades of Atomic Tangerine #FF965A

Tints of Atomic Tangerine #FF965A

Color information

#FF965A (or 0xFF965A) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 96 and 5A. RGB value is (255,150,90). Sum of RGB (Red+Green+Blue) = 255+150+90=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF965A is #0069A5. Grayscale: #AEAEAE. Windows color (decimal): -27046 or 5936895. OLE color: 5936895.

HSL color Cylindrical-coordinate representation of color #FF965A: hue angle of 21.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF965A is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25515090-
CMYK00.410.650
HSL21.82º100%67.65%-
HSV(B)21.82º64.71%100%-
XYZ53.9943.8115.28-
YUV174.5580.29185.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=51.52%
G=30.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551509000.410.65021.8210067.65
HexFF965A029410166444
Octal377226132051101026144104
Binary111111111001011010110100101001100000101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF965A; }

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

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

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

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

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

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

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

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