#FCA67F

Color #FCA67F Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FCA67F

Tints of Light Salmon #FCA67F

Color information

#FCA67F (or 0xFCA67F) is unknown color: approx Light Salmon. HEX triplet: FC, A6 and 7F. RGB value is (252,166,127). Sum of RGB (Red+Green+Blue) = 252+166+127=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA67F is #035980. Grayscale: #BBBBBB. Windows color (decimal): -219521 or 8365820. OLE color: 8365820.

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

Color convert

RGB252166127-
CMYK00.340.500.01
HSL18.72º95.42%74.31%-
HSV(B)18.72º49.6%98.82%-
XYZ57.6149.526.6-
YUV187.2793.99174.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 127 (50% from 255) = 23.30%
R=46.24%
G=30.46%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216612700.340.500.0118.7295.4274.31
HexFCA67F022321135f4a
Octal37424617704262123137112
Binary11111100101001101111111010001011001011001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA67F; }

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

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

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

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

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

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

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

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