#fc965e

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

Shades of Atomic Tangerine #FC965E

Tints of Atomic Tangerine #FC965E

Color information

#FC965E (or 0xFC965E) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 96 and 5E. RGB value is (252,150,94). Sum of RGB (Red+Green+Blue) = 252+150+94=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC965E is #0369A1. Grayscale: #AEAEAE. Windows color (decimal): -223650 or 6199036. OLE color: 6199036.

HSL color Cylindrical-coordinate representation of color #FC965E: hue angle of 21.27º degrees, saturation: 0.96, 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 #FC965E is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25215094-
CMYK00.400.630.01
HSL21.27º96.34%67.84%-
HSV(B)21.27º62.7%98.82%-
XYZ53.0743.3216.15-
YUV174.1182.79183.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=50.81%
G=30.24%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521509400.400.630.0121.2796.3467.84
HexFC965E0283F1156044
Octal37422613605077125140104
Binary11111100100101101011110010100011111111010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc965e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc965e; }

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

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

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

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

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

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

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

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