Html Css Color HEX #FC8C6E Salmon

📋 copy color: '#FC8C6E'

red 252 ◦ green 140 ◦ blue 110

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

Shades of Salmon #FC8C6E

Tints of Salmon #FC8C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 50.2%
G = 27.89%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC8C6E (or 0xFC8C6E) is known color: Salmon. HEX triplet: FC, 8C and 6E. RGB value is (252,140,110). Sum of RGB (Red+Green+Blue) = 252+140+110=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C6E is #037391. Grayscale: #AAAAAA. Windows color (decimal): -226194 or 7245052. OLE color: 7245052.

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

Color convert

RGB 252 140 110 -
CMYK 0 0.44 0.56 0.01
HSL 12.68º 0.96% 0.71% -
HSV(B) 12.68º 0.56% 0.99% -
XYZ 52.34 40.58 19.83 -
YUV 170.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 252 140 110 0 0.44 0.56 0.01 12.68 0.96 0.71
Hex FC 8C 6E 0 2C 38 1 D 60 47
Octal 374 214 156 0 54 70 1 15 140 107
Binary 11111100 10001100 1101110 0 101100 111000 1 1101 1100000 1000111

Color Harmonies of #FC8C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C6E

Black with #FC8C6E

Text Example


Text Example

White with #FC8C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C6E; }

 p { color: rgb(252,140,110); }

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

background-color css

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

 a { background-color: rgb(252,140,110); }

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

border-color css

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

 span { border-color: rgb(252,140,110); }

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