#FC9471

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

Shades of Atomic Tangerine #FC9471

Tints of Atomic Tangerine #FC9471

Color information

#FC9471 (or 0xFC9471) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 94 and 71. RGB value is (252,148,113). Sum of RGB (Red+Green+Blue) = 252+148+113=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9471 is #036B8E. Grayscale: #AFAFAF. Windows color (decimal): -224143 or 7443708. OLE color: 7443708.

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

Color convert

RGB252148113-
CMYK00.410.550.01
HSL15.11º95.86%71.57%-
HSV(B)15.11º55.16%98.82%-
XYZ53.7243.0721.1-
YUV175.1192.96182.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=49.12%
G=28.85%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214811300.410.550.0115.1195.8671.57
HexFC9471029371f6048
Octal37422416105167117140110
Binary1111110010010100111000101010011101111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9471; }

 p { color: rgb(252,148,113); }

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

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

 a { background-color: rgb(252,148,113); }

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

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

 span { border-color: rgb(252,148,113); }

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