Html Css Color HEX #FCA27B Light Salmon

📋 copy color: '#FCA27B'

red 252 ◦ green 162 ◦ blue 123

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

Shades of Light Salmon #FCA27B

Tints of Light Salmon #FCA27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 46.93%
G = 30.17%
B = 22.91%

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

#FCA27B (or 0xFCA27B) is known color: Light Salmon. HEX triplet: FC, A2 and 7B. RGB value is (252,162,123). Sum of RGB (Red+Green+Blue) = 252+162+123=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA27B is #035D84. Grayscale: #B8B8B8. Windows color (decimal): -220549 or 8102652. OLE color: 8102652.

HSL color Cylindrical-coordinate representation of color #FCA27B: hue angle of 18.14º 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 #FCA27B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 123 -
CMYK 0 0.36 0.51 0.01
HSL 18.14º 0.96% 0.74% -
HSV(B) 18.14º 0.51% 0.99% -
XYZ 56.64 47.97 25.01 -
YUV 184.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 252 162 123 0 0.36 0.51 0.01 18.14 0.96 0.74
Hex FC A2 7B 0 24 33 1 12 60 4A
Octal 374 242 173 0 44 63 1 22 140 112
Binary 11111100 10100010 1111011 0 100100 110011 1 10010 1100000 1001010

Color Harmonies of #FCA27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA27B

Black with #FCA27B

Text Example


Text Example

White with #FCA27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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