#FC9B6D

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

Shades of Atomic Tangerine #FC9B6D

Tints of Atomic Tangerine #FC9B6D

Color information

#FC9B6D (or 0xFC9B6D) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 9B and 6D. RGB value is (252,155,109). Sum of RGB (Red+Green+Blue) = 252+155+109=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B6D is #036492. Grayscale: #B3B3B3. Windows color (decimal): -222355 or 7183356. OLE color: 7183356.

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

Color convert

RGB252155109-
CMYK00.380.570.01
HSL19.3º95.97%70.78%-
HSV(B)19.3º56.75%98.82%-
XYZ54.6345.2420.32-
YUV178.7688.64180.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 109 (42.97% from 255) = 21.12%
R=48.84%
G=30.04%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215510900.380.570.0119.395.9770.78
HexFC9B6D026391136047
Octal37423315504671123140107
Binary11111100100110111101101010011011100111001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9B6D; }

 p { color: rgb(252,155,109); }

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

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

 a { background-color: rgb(252,155,109); }

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

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

 span { border-color: rgb(252,155,109); }

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