#FCA68A

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

Shades of Vivid Tangerine #FCA68A

Tints of Vivid Tangerine #FCA68A

Color information

#FCA68A (or 0xFCA68A) is unknown color: approx Vivid Tangerine. HEX triplet: FC, A6 and 8A. RGB value is (252,166,138). Sum of RGB (Red+Green+Blue) = 252+166+138=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68A is #035975. Grayscale: #BCBCBC. Windows color (decimal): -219510 or 9086716. OLE color: 9086716.

HSL color Cylindrical-coordinate representation of color #FCA68A: hue angle of 14.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCA68A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB252166138-
CMYK00.340.450.01
HSL14.74º95%76.47%-
HSV(B)14.74º45.24%98.82%-
XYZ58.3749.830.58-
YUV188.5299.49173.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=45.32%
G=29.86%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216613800.340.450.0114.749576.47
HexFCA68A0222D1f5f4c
Octal37424621204255117137114
Binary11111100101001101000101001000101011011111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA68A; }

 p { color: rgb(252,166,138); }

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

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

 a { background-color: rgb(252,166,138); }

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

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

 span { border-color: rgb(252,166,138); }

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