#FC995C

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

Shades of Atomic Tangerine #FC995C

Tints of Atomic Tangerine #FC995C

Color information

#FC995C (or 0xFC995C) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 99 and 5C. RGB value is (252,153,92). Sum of RGB (Red+Green+Blue) = 252+153+92=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995C is #0366A3. Grayscale: #AFAFAF. Windows color (decimal): -222884 or 6068732. OLE color: 6068732.

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

Color convert

RGB25215392-
CMYK00.390.630.01
HSL22.88º96.39%67.45%-
HSV(B)22.88º63.49%98.82%-
XYZ53.4744.2515.85-
YUV175.6580.8182.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=50.70%
G=30.78%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521539200.390.630.0122.8896.3967.45
HexFC995C0273F1176043
Octal37423113404777127140103
Binary11111100100110011011100010011111111111011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC995C; }

 p { color: rgb(252,153,92); }

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

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

 a { background-color: rgb(252,153,92); }

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

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

 span { border-color: rgb(252,153,92); }

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