#FD965E

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

Shades of Atomic Tangerine #FD965E

Tints of Atomic Tangerine #FD965E

Color information

#FD965E (or 0xFD965E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 96 and 5E. RGB value is (253,150,94). Sum of RGB (Red+Green+Blue) = 253+150+94=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD965E is #0269A1. Grayscale: #AEAEAE. Windows color (decimal): -158114 or 6199037. OLE color: 6199037.

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

Color convert

RGB25315094-
CMYK00.410.630.01
HSL21.13º97.55%68.04%-
HSV(B)21.13º62.85%99.22%-
XYZ53.4343.516.17-
YUV174.4182.62184.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=50.91%
G=30.18%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531509400.410.630.0121.1397.5568.04
HexFD965E0293F1156244
Octal37522613605177125142104
Binary11111101100101101011110010100111111111010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD965E; }

 p { color: rgb(253,150,94); }

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

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

 a { background-color: rgb(253,150,94); }

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

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

 span { border-color: rgb(253,150,94); }

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