Html Css Color HEX #FCA27C Light Salmon

📋 copy color: '#FCA27C'

red 252 ◦ green 162 ◦ blue 124

#FCA27C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FCA27C

Tints of Light Salmon #FCA27C

RGB

 RED value IS 252 (98.83% from 255) = 46.84%

 GREEN value IS 162 (63.67% from 255) = 30.11%

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 46.84%
G = 30.11%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCA27C (or 0xFCA27C) is known color: Light Salmon. HEX triplet: FC, A2 and 7C. RGB value is (252,162,124). Sum of RGB (Red+Green+Blue) = 252+162+124=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA27C is #035D83. Grayscale: #B8B8B8. Windows color (decimal): -220548 or 8168188. OLE color: 8168188.

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

Color convert

RGB 252 162 124 -
CMYK 0 0.36 0.51 0.01
HSL 17.81º 0.96% 0.74% -
HSV(B) 17.81º 0.51% 0.99% -
XYZ 56.7 47.99 25.34 -
YUV 184.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 252 162 124 0 0.36 0.51 0.01 17.81 0.96 0.74
Hex FC A2 7C 0 24 33 1 12 60 4A
Octal 374 242 174 0 44 63 1 22 140 112
Binary 11111100 10100010 1111100 0 100100 110011 1 10010 1100000 1001010

Color Harmonies of #FCA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA27C

Black with #FCA27C

Text Example


Text Example

White with #FCA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA27C; }

 p { color: rgb(252,162,124); }

 H1.HeaderClassName
 {
   color: #FCA27C;
 }
 .AnyTagClassName
 {
   color: #FCA27C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,162,124); }

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

border-color css

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

 span { border-color: rgb(252,162,124); }

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