#fc995e

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

Shades of Atomic Tangerine #FC995E

Tints of Atomic Tangerine #FC995E

Color information

#FC995E (or 0xFC995E) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 99 and 5E. RGB value is (252,153,94). Sum of RGB (Red+Green+Blue) = 252+153+94=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995E is #0366A1. Grayscale: #B0B0B0. Windows color (decimal): -222882 or 6199804. OLE color: 6199804.

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

Color convert

RGB25215394-
CMYK00.390.630.01
HSL22.41º96.34%67.84%-
HSV(B)22.41º62.7%98.82%-
XYZ53.5644.2916.32-
YUV175.8881.8182.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.50%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 94 (37.11% from 255) = 18.84%
R=50.50%
G=30.66%
B=18.84%

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
Decimal2521539400.390.630.0122.4196.3467.84
HexFC995E0273F1166044
Octal37423113604777126140104
Binary11111100100110011011110010011111111111011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc995e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc995e; }

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

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

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

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

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

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

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

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