#FC8E6B

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

Shades of Atomic Tangerine #FC8E6B

Tints of Atomic Tangerine #FC8E6B

Color information

#FC8E6B (or 0xFC8E6B) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 8E and 6B. RGB value is (252,142,107). Sum of RGB (Red+Green+Blue) = 252+142+107=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8E6B is #037194. Grayscale: #ABABAB. Windows color (decimal): -225685 or 7048956. OLE color: 7048956.

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

Color convert

RGB252142107-
CMYK00.440.580.01
HSL14.48º96.03%70.39%-
HSV(B)14.48º57.54%98.82%-
XYZ52.4741.119.08-
YUV170.991.94185.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=50.30%
G=28.34%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214210700.440.580.0114.4896.0370.39
HexFC8E6B02C3A1e6046
Octal37421615305472116140106
Binary1111110010001110110101101011001110101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8E6B; }

 p { color: rgb(252,142,107); }

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

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

 a { background-color: rgb(252,142,107); }

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

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

 span { border-color: rgb(252,142,107); }

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