Html Css Color HEX #FCA279 Light Salmon

📋 copy color: '#FCA279'

red 252 ◦ green 162 ◦ blue 121

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

Shades of Light Salmon #FCA279

Tints of Light Salmon #FCA279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 47.1%
G = 30.28%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCA279 (or 0xFCA279) is known color: Light Salmon. HEX triplet: FC, A2 and 79. RGB value is (252,162,121). Sum of RGB (Red+Green+Blue) = 252+162+121=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA279 is #035D86. Grayscale: #B8B8B8. Windows color (decimal): -220551 or 7971580. OLE color: 7971580.

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

Color convert

RGB 252 162 121 -
CMYK 0 0.36 0.52 0.01
HSL 18.78º 0.96% 0.73% -
HSV(B) 18.78º 0.52% 0.99% -
XYZ 56.52 47.92 24.36 -
YUV 184.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 252 162 121 0 0.36 0.52 0.01 18.78 0.96 0.73
Hex FC A2 79 0 24 34 1 13 60 49
Octal 374 242 171 0 44 64 1 23 140 111
Binary 11111100 10100010 1111001 0 100100 110100 1 10011 1100000 1001001

Color Harmonies of #FCA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA279

Black with #FCA279

Text Example


Text Example

White with #FCA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA279; }

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

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

background-color css

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

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

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

border-color css

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

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

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