#FC9368

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

Shades of Atomic Tangerine #FC9368

Tints of Atomic Tangerine #FC9368

Color information

#FC9368 (or 0xFC9368) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 93 and 68. RGB value is (252,147,104). Sum of RGB (Red+Green+Blue) = 252+147+104=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9368 is #036C97. Grayscale: #ADADAD. Windows color (decimal): -224408 or 6853628. OLE color: 6853628.

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

Color convert

RGB252147104-
CMYK00.420.590.01
HSL17.43º96.1%69.8%-
HSV(B)17.43º58.73%98.82%-
XYZ53.0842.5618.51-
YUV173.4988.79184-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=50.10%
G=29.22%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214710400.420.590.0117.4396.169.8
HexFC936802A3B1116046
Octal37422315005273121140106
Binary11111100100100111101000010101011101111000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9368; }

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

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

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

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

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

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

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

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