#FE965D

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

Shades of Atomic Tangerine #FE965D

Tints of Atomic Tangerine #FE965D

Color information

#FE965D (or 0xFE965D) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 96 and 5D. RGB value is (254,150,93). Sum of RGB (Red+Green+Blue) = 254+150+93=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE965D is #0169A2. Grayscale: #AEAEAE. Windows color (decimal): -92579 or 6133502. OLE color: 6133502.

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

Color convert

RGB25415093-
CMYK00.410.630.00
HSL21.24º98.77%68.04%-
HSV(B)21.24º63.39%99.61%-
XYZ53.7643.6715.95-
YUV174.681.96184.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=51.11%
G=30.18%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541509300.410.630.0021.2498.7768.04
HexFE965D0293F0156344
Octal37622613505177025143104
Binary11111110100101101011101010100111111101010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE965D; }

 p { color: rgb(254,150,93); }

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

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

 a { background-color: rgb(254,150,93); }

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

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

 span { border-color: rgb(254,150,93); }

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