#FC9364

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

Shades of Atomic Tangerine #FC9364

Tints of Atomic Tangerine #FC9364

Color information

#FC9364 (or 0xFC9364) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 93 and 64. RGB value is (252,147,100). Sum of RGB (Red+Green+Blue) = 252+147+100=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9364 is #036C9B. Grayscale: #ADADAD. Windows color (decimal): -224412 or 6591484. OLE color: 6591484.

HSL color Cylindrical-coordinate representation of color #FC9364: hue angle of 18.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC9364 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252147100-
CMYK00.420.600.01
HSL18.55º96.2%69.02%-
HSV(B)18.55º60.32%98.82%-
XYZ52.8842.4817.47-
YUV173.0486.79184.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.50%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=50.50%
G=29.46%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214710000.420.600.0118.5596.269.02
HexFC936402A3C1136045
Octal37422314405274123140105
Binary11111100100100111100100010101011110011001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9364; }

 p { color: rgb(252,147,100); }

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

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

 a { background-color: rgb(252,147,100); }

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

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

 span { border-color: rgb(252,147,100); }

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