Html Css Color HEX #FD867C Salmon

📋 copy color: '#FD867C'

red 253 ◦ green 134 ◦ blue 124

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

Shades of Salmon #FD867C

Tints of Salmon #FD867C

RGB

 RED value IS 253 (99.22% from 255) = 49.51%

 GREEN value IS 134 (52.73% from 255) = 26.22%

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

R = 49.51%
G = 26.22%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD867C (or 0xFD867C) is known color: Salmon. HEX triplet: FD, 86 and 7C. RGB value is (253,134,124). Sum of RGB (Red+Green+Blue) = 253+134+124=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD867C is #027983. Grayscale: #A8A8A8. Windows color (decimal): -162180 or 8161021. OLE color: 8161021.

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

Color convert

RGB 253 134 124 -
CMYK 0 0.47 0.51 0.01
HSL 4.65º 0.97% 0.74% -
HSV(B) 4.65º 0.51% 0.99% -
XYZ 52.67 39.39 23.9 -
YUV 168.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 253 134 124 0 0.47 0.51 0.01 4.65 0.97 0.74
Hex FD 86 7C 0 2F 33 1 5 61 4A
Octal 375 206 174 0 57 63 1 5 141 112
Binary 11111101 10000110 1111100 0 101111 110011 1 101 1100001 1001010

Color Harmonies of #FD867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD867C

Black with #FD867C

Text Example


Text Example

White with #FD867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD867C; }

 p { color: rgb(253,134,124); }

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

background-color css

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

 a { background-color: rgb(253,134,124); }

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

border-color css

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

 span { border-color: rgb(253,134,124); }

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