#FC9C5F

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

Shades of Atomic Tangerine #FC9C5F

Tints of Atomic Tangerine #FC9C5F

Color information

#FC9C5F (or 0xFC9C5F) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 9C and 5F. RGB value is (252,156,95). Sum of RGB (Red+Green+Blue) = 252+156+95=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C5F is #0363A0. Grayscale: #B2B2B2. Windows color (decimal): -222113 or 6266108. OLE color: 6266108.

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

Color convert

RGB25215695-
CMYK00.380.620.01
HSL23.31º96.32%68.04%-
HSV(B)23.31º62.3%98.82%-
XYZ54.145.316.72-
YUV177.7581.3180.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=50.10%
G=31.01%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521569500.380.620.0123.3196.3268.04
HexFC9C5F0263E1176044
Octal37423413704676127140104
Binary11111100100111001011111010011011111011011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9C5F; }

 p { color: rgb(252,156,95); }

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

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

 a { background-color: rgb(252,156,95); }

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

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

 span { border-color: rgb(252,156,95); }

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